#CF64B7

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

Shades of Fuchsia #CF64B7

Tints of Fuchsia #CF64B7

Color information

#CF64B7 (or 0xCF64B7) is unknown color: approx Fuchsia. HEX triplet: CF, 64 and B7. RGB value is (207,100,183). Sum of RGB (Red+Green+Blue) = 207+100+183=490 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.24% from 490); Green value is 100 (39.45% from 255 or 20.41% from 490); Blue value is 183 (71.88% from 255 or 37.35% from 490); Max value from RGB is 207 - color contains mainly: red. Hex color #CF64B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF64B7 is #309B48. Grayscale: #8D8D8D. Windows color (decimal): -3185481 or 12018895. OLE color: 12018895.

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

Color convert

RGB207100183-
CMYK00.520.120.19
HSL313.46º52.71%60.2%-
HSV(B)313.46º51.69%81.18%-
XYZ38.8425.847.73-
YUV141.45151.45174.75-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 42.24%
GREEN value IS 100 (39.45% from 255) = 20.41%
BLUE value IS 183 (71.88% from 255) = 37.35%
R=42.24%
G=20.41%
B=37.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.12
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20710018300.520.120.19313.4652.7160.2
HexCF64B7034C13139353c
Octal31714426706414234716574
Binary110011111100100101101110110100110010011100111001110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF64B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF64B7; }

 p { color: rgb(207,100,183); }

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

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

 a { background-color: rgb(207,100,183); }

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

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

 span { border-color: rgb(207,100,183); }

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