#CB3CC4

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

Shades of Fuchsia #CB3CC4

Tints of Fuchsia #CB3CC4

Color information

#CB3CC4 (or 0xCB3CC4) is unknown color: approx Fuchsia. HEX triplet: CB, 3C and C4. RGB value is (203,60,196). Sum of RGB (Red+Green+Blue) = 203+60+196=459 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.23% from 459); Green value is 60 (23.83% from 255 or 13.07% from 459); Blue value is 196 (76.95% from 255 or 42.70% from 459); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3CC4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB3CC4 is #34C33B. Grayscale: #757575. Windows color (decimal): -3457852 or 12860619. OLE color: 12860619.

HSL color Cylindrical-coordinate representation of color #CB3CC4: hue angle of 302.94º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CB3CC4 is Cyan = 0, Magento = 0.70, Yellow = 0.03 and Black (K on CMYK) = 0.20.

Color convert

RGB20360196-
CMYK00.700.030.20
HSL302.94º57.89%51.57%-
HSV(B)302.94º70.44%79.61%-
XYZ36.2119.9154.16-
YUV118.26171.88188.44-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 44.23%
GREEN value IS 60 (23.83% from 255) = 13.07%
BLUE value IS 196 (76.95% from 255) = 42.70%
R=44.23%
G=13.07%
B=42.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.03
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2036019600.700.030.20302.9457.8951.57
HexCB3CC404631412f3a34
Octal3137430401063244577264
Binary1100101111110011000100010001101110100100101111111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB3CC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB3CC4; }

 p { color: rgb(203,60,196); }

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

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

 a { background-color: rgb(203,60,196); }

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

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

 span { border-color: rgb(203,60,196); }

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