Html Css Color HEX #CA0CCD Deep Magenta

📋 copy color: '#CA0CCD'

red 202 ◦ green 12 ◦ blue 205

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

Shades of Deep Magenta #CA0CCD

Tints of Deep Magenta #CA0CCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 48.93%

R = 48.21%
G = 2.86%
B = 48.93%

CMYK

 C value IS 0.01

 M value IS 0.94

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#CA0CCD (or 0xCA0CCD) is known color: Deep Magenta. HEX triplet: CA, 0C and CD. RGB value is (202,12,205). Sum of RGB (Red+Green+Blue) = 202+12+205=419 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.21% from 419); Green value is 12 (5.08% from 255 or 2.86% from 419); Blue value is 205 (80.47% from 255 or 48.93% from 419); Max value from RGB is 205 - color contains mainly: blue. Hex color #CA0CCD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA0CCD is #35F332. Grayscale: #5A5A5A. Windows color (decimal): -3535667 or 13438154. OLE color: 13438154.

HSL color Cylindrical-coordinate representation of color #CA0CCD: hue angle of 299.07º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CA0CCD is Cyan = 0.01, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 202 12 205 -
CMYK 0.01 0.94 0 0.20
HSL 299.07º 0.89% 0.43% -
HSV(B) 299.07º 0.94% 0.8% -
XYZ 35.51 17.23 59.21 -
YUV 90.81 192.45 207.31 -
System Red Green Blue C M Y K H S L
Decimal 202 12 205 0.01 0.94 0 0.20 299.07 0.89 0.43
Hex CA C CD 1 5E 0 14 12B 59 2B
Octal 312 14 315 1 136 0 24 453 131 53
Binary 11001010 1100 11001101 1 1011110 0 10100 100101011 1011001 101011

Color Harmonies of #CA0CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0CCD

Black with #CA0CCD

Text Example


Text Example

White with #CA0CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0CCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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