Html Css Color HEX #CB35CB Fuchsia

📋 copy color: '#CB35CB'

red 203 ◦ green 53 ◦ blue 203

#CB35CB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fuchsia #CB35CB

Tints of Fuchsia #CB35CB

RGB

 RED value IS 203 (79.69% from 255) = 44.23%

 GREEN value IS 53 (21.09% from 255) = 11.55%

 BLUE value IS 203 (79.69% from 255) = 44.23%

R = 44.23%
G = 11.55%
B = 44.23%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#CB35CB (or 0xCB35CB) is known color: Fuchsia. HEX triplet: CB, 35 and CB. RGB value is (203,53,203). Sum of RGB (Red+Green+Blue) = 203+53+203=459 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.23% from 459); Green value is 53 (21.09% from 255 or 11.55% from 459); Blue value is 203 (79.69% from 255 or 44.23% from 459); Max value from RGB is 203 - color contains mainly: red, blue. Hex color #CB35CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB35CB is #34CA34. Grayscale: #727272. Windows color (decimal): -3459637 or 13317579. OLE color: 13317579.

HSL color Cylindrical-coordinate representation of color #CB35CB: hue angle of 300º 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 #CB35CB is Cyan = 0, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 53 203 -
CMYK 0 0.74 0 0.20
HSL 300º 0.59% 0.5% -
HSV(B) 300º 0.74% 0.8% -
XYZ 36.68 19.55 58.34 -
YUV 114.95 177.7 190.8 -
System Red Green Blue C M Y K H S L
Decimal 203 53 203 0 0.74 0 0.20 300 0.59 0.5
Hex CB 35 CB 0 4A 0 14 12C 3B 32
Octal 313 65 313 0 112 0 24 454 73 62
Binary 11001011 110101 11001011 0 1001010 0 10100 100101100 111011 110010

Color Harmonies of #CB35CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB35CB

Black with #CB35CB

Text Example


Text Example

White with #CB35CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB35CB; }

 p { color: rgb(203,53,203); }

 H1.HeaderClassName
 {
   color: #CB35CB;
 }
 .AnyTagClassName
 {
   color: #CB35CB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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