#CB64CC

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

Shades of Fuchsia #CB64CC

Tints of Fuchsia #CB64CC

Color information

#CB64CC (or 0xCB64CC) is unknown color: approx Fuchsia. HEX triplet: CB, 64 and CC. RGB value is (203,100,204). Sum of RGB (Red+Green+Blue) = 203+100+204=507 (67% of max value = 765). Red value is 203 (79.69% from 255 or 40.04% from 507); Green value is 100 (39.45% from 255 or 19.72% from 507); Blue value is 204 (80.08% from 255 or 40.24% from 507); Max value from RGB is 204 - color contains mainly: blue. Hex color #CB64CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB64CC is #349B33. Grayscale: #8E8E8E. Windows color (decimal): -3447604 or 13395147. OLE color: 13395147.

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

Color convert

RGB203100204-
CMYK0.000.5100.2
HSL299.42º50.49%59.61%-
HSV(B)299.42º50.98%80%-
XYZ40.0826.1760.07-
YUV142.65162.62171.04-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.04%
GREEN value IS 100 (39.45% from 255) = 19.72%
BLUE value IS 204 (80.08% from 255) = 40.24%
R=40.04%
G=19.72%
B=40.24%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2031002040.000.5100.2299.4250.4959.61
HexCB64CC03301412b323c
Octal3131443140630244536274
Binary110010111100100110011000110011010100100101011110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB64CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB64CC; }

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

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

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

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

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

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

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

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