Html Css Color HEX #CA0CCA Deep Magenta

📋 copy color: '#CA0CCA'

red 202 ◦ green 12 ◦ blue 202

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

Shades of Deep Magenta #CA0CCA

Tints of Deep Magenta #CA0CCA

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.88%

 BLUE value IS 202 (79.3% from 255) = 48.56%

R = 48.56%
G = 2.88%
B = 48.56%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#CA0CCA (or 0xCA0CCA) is known color: Deep Magenta. HEX triplet: CA, 0C and CA. RGB value is (202,12,202). Sum of RGB (Red+Green+Blue) = 202+12+202=416 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.56% from 416); Green value is 12 (5.08% from 255 or 2.88% from 416); Blue value is 202 (79.30% from 255 or 48.56% from 416); Max value from RGB is 202 - color contains mainly: red, blue. Hex color #CA0CCA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA0CCA is #35F335. Grayscale: #595959. Windows color (decimal): -3535670 or 13241546. OLE color: 13241546.

HSL color Cylindrical-coordinate representation of color #CA0CCA: hue angle of 300º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CA0CCA is Cyan = 0, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 12 202 -
CMYK 0 0.94 0 0.21
HSL 300º 0.89% 0.42% -
HSV(B) 300º 0.94% 0.79% -
XYZ 35.15 17.08 57.32 -
YUV 90.47 190.95 207.55 -
System Red Green Blue C M Y K H S L
Decimal 202 12 202 0 0.94 0 0.21 300 0.89 0.42
Hex CA C CA 0 5E 0 15 12C 59 2A
Octal 312 14 312 0 136 0 25 454 131 52
Binary 11001010 1100 11001010 0 1011110 0 10101 100101100 1011001 101010

Color Harmonies of #CA0CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0CCA

Black with #CA0CCA

Text Example


Text Example

White with #CA0CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0CCA; }

 p { color: rgb(202,12,202); }

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

background-color css

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

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

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

border-color css

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

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

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