Html Css Color HEX #CA35D0 Fuchsia

📋 copy color: '#CA35D0'

red 202 ◦ green 53 ◦ blue 208

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

Shades of Fuchsia #CA35D0

Tints of Fuchsia #CA35D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 44.92%

R = 43.63%
G = 11.45%
B = 44.92%

CMYK

 C value IS 0.03

 M value IS 0.75

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CA35D0 (or 0xCA35D0) is known color: Fuchsia. HEX triplet: CA, 35 and D0. RGB value is (202,53,208). Sum of RGB (Red+Green+Blue) = 202+53+208=463 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.63% from 463); Green value is 53 (21.09% from 255 or 11.45% from 463); Blue value is 208 (81.64% from 255 or 44.92% from 463); Max value from RGB is 208 - color contains mainly: blue. Hex color #CA35D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA35D0 is #35CA2F. Grayscale: #727272. Windows color (decimal): -3525168 or 13645258. OLE color: 13645258.

HSL color Cylindrical-coordinate representation of color #CA35D0: hue angle of 297.68º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CA35D0 is Cyan = 0.03, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 202 53 208 -
CMYK 0.03 0.75 0 0.18
HSL 297.68º 0.62% 0.51% -
HSV(B) 297.68º 0.75% 0.82% -
XYZ 37.02 19.66 61.52 -
YUV 115.22 180.36 189.9 -
System Red Green Blue C M Y K H S L
Decimal 202 53 208 0.03 0.75 0 0.18 297.68 0.62 0.51
Hex CA 35 D0 3 4B 0 12 12A 3E 33
Octal 312 65 320 3 113 0 22 452 76 63
Binary 11001010 110101 11010000 11 1001011 0 10010 100101010 111110 110011

Color Harmonies of #CA35D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA35D0

Black with #CA35D0

Text Example


Text Example

White with #CA35D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA35D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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