#CB34CA

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

Shades of Fuchsia #CB34CA

Tints of Fuchsia #CB34CA

Color information

#CB34CA (or 0xCB34CA) is unknown color: approx Fuchsia. HEX triplet: CB, 34 and CA. RGB value is (203,52,202). Sum of RGB (Red+Green+Blue) = 203+52+202=457 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.42% from 457); Green value is 52 (20.70% from 255 or 11.38% from 457); Blue value is 202 (79.30% from 255 or 44.20% from 457); Max value from RGB is 203 - color contains mainly: red. Hex color #CB34CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB34CA is #34CB35. Grayscale: #717171. Windows color (decimal): -3459894 or 13251787. OLE color: 13251787.

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

Color convert

RGB20352202-
CMYK00.740.000.20
HSL300.4º59.22%50%-
HSV(B)300.4º74.38%79.61%-
XYZ36.5219.4257.7-
YUV114.25177.53191.3-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 44.42%
GREEN value IS 52 (20.70% from 255) = 11.38%
BLUE value IS 202 (79.30% from 255) = 44.20%
R=44.42%
G=11.38%
B=44.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.00
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2035220200.740.000.20300.459.2250
HexCB34CA04A01412c3b32
Octal3136431201120244547362
Binary110010111101001100101001001010010100100101100111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB34CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB34CA; }

 p { color: rgb(203,52,202); }

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

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

 a { background-color: rgb(203,52,202); }

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

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

 span { border-color: rgb(203,52,202); }

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