Html Css Color HEX #CA0CCE Deep Magenta

📋 copy color: '#CA0CCE'

red 202 ◦ green 12 ◦ blue 206

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

Shades of Deep Magenta #CA0CCE

Tints of Deep Magenta #CA0CCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 49.05%

R = 48.1%
G = 2.86%
B = 49.05%

CMYK

 C value IS 0.02

 M value IS 0.94

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CA0CCE (or 0xCA0CCE) is known color: Deep Magenta. HEX triplet: CA, 0C and CE. RGB value is (202,12,206). Sum of RGB (Red+Green+Blue) = 202+12+206=420 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.10% from 420); Green value is 12 (5.08% from 255 or 2.86% from 420); Blue value is 206 (80.86% from 255 or 49.05% from 420); Max value from RGB is 206 - color contains mainly: blue. Hex color #CA0CCE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA0CCE is #35F331. Grayscale: #5A5A5A. Windows color (decimal): -3535666 or 13503690. OLE color: 13503690.

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

Color convert

RGB 202 12 206 -
CMYK 0.02 0.94 0 0.19
HSL 298.76º 0.89% 0.43% -
HSV(B) 298.76º 0.94% 0.81% -
XYZ 35.63 17.28 59.85 -
YUV 90.93 192.95 207.23 -
System Red Green Blue C M Y K H S L
Decimal 202 12 206 0.02 0.94 0 0.19 298.76 0.89 0.43
Hex CA C CE 2 5E 0 13 12B 59 2B
Octal 312 14 316 2 136 0 23 453 131 53
Binary 11001010 1100 11001110 10 1011110 0 10011 100101011 1011001 101011

Color Harmonies of #CA0CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0CCE

Black with #CA0CCE

Text Example


Text Example

White with #CA0CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0CCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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