#CB4ACC

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

Shades of Fuchsia #CB4ACC

Tints of Fuchsia #CB4ACC

Color information

#CB4ACC (or 0xCB4ACC) is unknown color: approx Fuchsia. HEX triplet: CB, 4A and CC. RGB value is (203,74,204). Sum of RGB (Red+Green+Blue) = 203+74+204=481 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.20% from 481); Green value is 74 (29.30% from 255 or 15.38% from 481); Blue value is 204 (80.08% from 255 or 42.41% from 481); Max value from RGB is 204 - color contains mainly: blue. Hex color #CB4ACC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB4ACC is #34B533. Grayscale: #7F7F7F. Windows color (decimal): -3454260 or 13388491. OLE color: 13388491.

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

Color convert

RGB20374204-
CMYK0.000.6400.2
HSL299.54º56.03%54.51%-
HSV(B)299.54º63.73%80%-
XYZ37.9821.9559.36-
YUV127.39171.24181.93-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 42.20%
GREEN value IS 74 (29.30% from 255) = 15.38%
BLUE value IS 204 (80.08% from 255) = 42.41%
R=42.20%
G=15.38%
B=42.41%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal203742040.000.6400.2299.5456.0354.51
HexCB4ACC04001412c3837
Octal31311231401000244547067
Binary1100101110010101100110001000000010100100101100111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB4ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB4ACC; }

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

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

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

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

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

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

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

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