#CB64BF

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

Shades of Fuchsia #CB64BF

Tints of Fuchsia #CB64BF

Color information

#CB64BF (or 0xCB64BF) is unknown color: approx Fuchsia. HEX triplet: CB, 64 and BF. RGB value is (203,100,191). Sum of RGB (Red+Green+Blue) = 203+100+191=494 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.09% from 494); Green value is 100 (39.45% from 255 or 20.24% from 494); Blue value is 191 (75% from 255 or 38.66% from 494); Max value from RGB is 203 - color contains mainly: red. Hex color #CB64BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB64BF is #349B40. Grayscale: #8C8C8C. Windows color (decimal): -3447617 or 12543179. OLE color: 12543179.

HSL color Cylindrical-coordinate representation of color #CB64BF: hue angle of 306.99º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CB64BF is Cyan = 0, Magento = 0.51, Yellow = 0.06 and Black (K on CMYK) = 0.20.

Color convert

RGB203100191-
CMYK00.510.060.20
HSL306.99º49.76%59.41%-
HSV(B)306.99º50.74%79.61%-
XYZ38.5925.5752.19-
YUV141.17156.12172.1-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.09%
GREEN value IS 100 (39.45% from 255) = 20.24%
BLUE value IS 191 (75% from 255) = 38.66%
R=41.09%
G=20.24%
B=38.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.06
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20310019100.510.060.20306.9949.7659.41
HexCB64BF033614133323b
Octal3131442770636244636273
Binary11001011110010010111111011001111010100100110011110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB64BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB64BF; }

 p { color: rgb(203,100,191); }

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

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

 a { background-color: rgb(203,100,191); }

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

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

 span { border-color: rgb(203,100,191); }

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