Html Css Color HEX #CA35CB Fuchsia

📋 copy color: '#CA35CB'

red 202 ◦ green 53 ◦ blue 203

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

Shades of Fuchsia #CA35CB

Tints of Fuchsia #CA35CB

RGB

 RED value IS 202 (79.3% from 255) = 44.1%

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

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

R = 44.1%
G = 11.57%
B = 44.32%

CMYK

 C value IS 0.00

 M value IS 0.74

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#CA35CB (or 0xCA35CB) is known color: Fuchsia. HEX triplet: CA, 35 and CB. RGB value is (202,53,203). Sum of RGB (Red+Green+Blue) = 202+53+203=458 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.10% from 458); Green value is 53 (21.09% from 255 or 11.57% from 458); Blue value is 203 (79.69% from 255 or 44.32% from 458); Max value from RGB is 203 - color contains mainly: blue. Hex color #CA35CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA35CB is #35CA34. Grayscale: #727272. Windows color (decimal): -3525173 or 13317578. OLE color: 13317578.

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

Color convert

RGB 202 53 203 -
CMYK 0.00 0.74 0 0.20
HSL 299.6º 0.59% 0.5% -
HSV(B) 299.6º 0.74% 0.8% -
XYZ 36.41 19.41 58.33 -
YUV 114.65 177.86 190.3 -
System Red Green Blue C M Y K H S L
Decimal 202 53 203 0.00 0.74 0 0.20 299.6 0.59 0.5
Hex CA 35 CB 0 4A 0 14 12C 3B 32
Octal 312 65 313 0 112 0 24 454 73 62
Binary 11001010 110101 11001011 0 1001010 0 10100 100101100 111011 110010

Color Harmonies of #CA35CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA35CB

Black with #CA35CB

Text Example


Text Example

White with #CA35CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA35CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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