Html Css Color HEX #CA08E6 Deep Magenta

📋 copy color: '#CA08E6'

red 202 ◦ green 8 ◦ blue 230

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

Shades of Deep Magenta #CA08E6

Tints of Deep Magenta #CA08E6

RGB

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

 GREEN value IS 8 (3.52% from 255) = 1.82%

 BLUE value IS 230 (90.23% from 255) = 52.27%

R = 45.91%
G = 1.82%
B = 52.27%

CMYK

 C value IS 0.12

 M value IS 0.97

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#CA08E6 (or 0xCA08E6) is known color: Deep Magenta. HEX triplet: CA, 08 and E6. RGB value is (202,8,230). Sum of RGB (Red+Green+Blue) = 202+8+230=440 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.91% from 440); Green value is 8 (3.52% from 255 or 1.82% from 440); Blue value is 230 (90.23% from 255 or 52.27% from 440); Max value from RGB is 230 - color contains mainly: blue. Hex color #CA08E6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CA08E6 is #35F719. Grayscale: #5A5A5A. Windows color (decimal): -3536666 or 15075530. OLE color: 15075530.

HSL color Cylindrical-coordinate representation of color #CA08E6: hue angle of 292.43º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CA08E6 is Cyan = 0.12, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 202 8 230 -
CMYK 0.12 0.97 0 0.10
HSL 292.43º 0.93% 0.47% -
HSV(B) 292.43º 0.97% 0.9% -
XYZ 38.73 18.44 76.38 -
YUV 91.31 206.27 206.95 -
System Red Green Blue C M Y K H S L
Decimal 202 8 230 0.12 0.97 0 0.10 292.43 0.93 0.47
Hex CA 8 E6 C 61 0 A 124 5D 2F
Octal 312 10 346 14 141 0 12 444 135 57
Binary 11001010 1000 11100110 1100 1100001 0 1010 100100100 1011101 101111

Color Harmonies of #CA08E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA08E6

Black with #CA08E6

Text Example


Text Example

White with #CA08E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA08E6; }

 p { color: rgb(202,8,230); }

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

background-color css

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

 a { background-color: rgb(202,8,230); }

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

border-color css

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

 span { border-color: rgb(202,8,230); }

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