Html Css Color HEX #CA35BA Fuchsia

📋 copy color: '#CA35BA'

red 202 ◦ green 53 ◦ blue 186

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

Shades of Fuchsia #CA35BA

Tints of Fuchsia #CA35BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 42.18%

R = 45.8%
G = 12.02%
B = 42.18%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.08

 K value IS 0.21

RGB Variations

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

Color information

#CA35BA (or 0xCA35BA) is known color: Fuchsia. HEX triplet: CA, 35 and BA. RGB value is (202,53,186). Sum of RGB (Red+Green+Blue) = 202+53+186=441 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.80% from 441); Green value is 53 (21.09% from 255 or 12.02% from 441); Blue value is 186 (73.05% from 255 or 42.18% from 441); Max value from RGB is 202 - color contains mainly: red. Hex color #CA35BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA35BA is #35CA45. Grayscale: #707070. Windows color (decimal): -3525190 or 12203466. OLE color: 12203466.

HSL color Cylindrical-coordinate representation of color #CA35BA: hue angle of 306.44º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CA35BA is Cyan = 0, Magento = 0.74, Yellow = 0.08 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 53 186 -
CMYK 0 0.74 0.08 0.21
HSL 306.44º 0.58% 0.5% -
HSV(B) 306.44º 0.74% 0.79% -
XYZ 34.49 18.65 48.24 -
YUV 112.71 169.36 191.69 -
System Red Green Blue C M Y K H S L
Decimal 202 53 186 0 0.74 0.08 0.21 306.44 0.58 0.5
Hex CA 35 BA 0 4A 8 15 132 3A 32
Octal 312 65 272 0 112 10 25 462 72 62
Binary 11001010 110101 10111010 0 1001010 1000 10101 100110010 111010 110010

Color Harmonies of #CA35BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA35BA

Black with #CA35BA

Text Example


Text Example

White with #CA35BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA35BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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