#CF65BC

Color #CF65BC Fuchsia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia #CF65BC

Tints of Fuchsia #CF65BC

Color information

#CF65BC (or 0xCF65BC) is unknown color: approx Fuchsia. HEX triplet: CF, 65 and BC. RGB value is (207,101,188). Sum of RGB (Red+Green+Blue) = 207+101+188=496 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.73% from 496); Green value is 101 (39.84% from 255 or 20.36% from 496); Blue value is 188 (73.83% from 255 or 37.90% from 496); Max value from RGB is 207 - color contains mainly: red. Hex color #CF65BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF65BC is #309A43. Grayscale: #8E8E8E. Windows color (decimal): -3185220 or 12346831. OLE color: 12346831.

HSL color Cylindrical-coordinate representation of color #CF65BC: hue angle of 310.75º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CF65BC is Cyan = 0, Magento = 0.51, Yellow = 0.09 and Black (K on CMYK) = 0.19.

Color convert

RGB207101188-
CMYK00.510.090.19
HSL310.75º52.48%60.39%-
HSV(B)310.75º51.21%81.18%-
XYZ39.4626.250.55-
YUV142.61153.62173.93-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 207 (81.25% from 255) = 41.73%
GREEN value IS 101 (39.84% from 255) = 20.36%
BLUE value IS 188 (73.83% from 255) = 37.90%
R=41.73%
G=20.36%
B=37.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.09
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20710118800.510.090.19310.7552.4860.39
HexCF65BC033913137343c
Octal31714527406311234676474
Binary110011111100101101111000110011100110011100110111110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF65BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF65BC; }

 p { color: rgb(207,101,188); }

 H1.HeaderClassName
 {
   color: #CF65BC;
 }
 .AnyTagClassName
 {
   color: #CF65BC;
 }
</style>
background-color css

<style>
 a { background-color: #CF65BC; }

 a { background-color: rgb(207,101,188); }

 div.DivClassName
 {
   background-color: #CF65BC;
 }
 .BgClassName
 {
   background-color: #CF65BC;
 }
</style>
border-color css

<style>
 span { border-color: #CF65BC; }

 span { border-color: rgb(207,101,188); }

 td.TdClassName
 {
   border-color: #CF65BC;
 }
 .TagClassName
 {
   border-color: #CF65BC;
 }
</style>