Html Css Color HEX #CA40D2 Fuchsia

📋 copy color: '#CA40D2'

red 202 ◦ green 64 ◦ blue 210

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

Shades of Fuchsia #CA40D2

Tints of Fuchsia #CA40D2

RGB

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

 GREEN value IS 64 (25.39% from 255) = 13.45%

 BLUE value IS 210 (82.42% from 255) = 44.12%

R = 42.44%
G = 13.45%
B = 44.12%

CMYK

 C value IS 0.04

 M value IS 0.70

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CA40D2 (or 0xCA40D2) is known color: Fuchsia. HEX triplet: CA, 40 and D2. RGB value is (202,64,210). Sum of RGB (Red+Green+Blue) = 202+64+210=476 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.44% from 476); Green value is 64 (25.39% from 255 or 13.45% from 476); Blue value is 210 (82.42% from 255 or 44.12% from 476); Max value from RGB is 210 - color contains mainly: blue. Hex color #CA40D2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA40D2 is #35BF2D. Grayscale: #797979. Windows color (decimal): -3522350 or 13779146. OLE color: 13779146.

HSL color Cylindrical-coordinate representation of color #CA40D2: hue angle of 296.71º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CA40D2 is Cyan = 0.04, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 202 64 210 -
CMYK 0.04 0.70 0 0.18
HSL 296.71º 0.62% 0.54% -
HSV(B) 296.71º 0.7% 0.82% -
XYZ 37.82 20.88 63.01 -
YUV 121.91 177.72 185.13 -
System Red Green Blue C M Y K H S L
Decimal 202 64 210 0.04 0.70 0 0.18 296.71 0.62 0.54
Hex CA 40 D2 4 46 0 12 129 3E 36
Octal 312 100 322 4 106 0 22 451 76 66
Binary 11001010 1000000 11010010 100 1000110 0 10010 100101001 111110 110110

Color Harmonies of #CA40D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA40D2

Black with #CA40D2

Text Example


Text Example

White with #CA40D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA40D2; }

 p { color: rgb(202,64,210); }

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

background-color css

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

 a { background-color: rgb(202,64,210); }

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

border-color css

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

 span { border-color: rgb(202,64,210); }

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