Html Css Color HEX #CA0ACC Deep Magenta

📋 copy color: '#CA0ACC'

red 202 ◦ green 10 ◦ blue 204

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

Shades of Deep Magenta #CA0ACC

Tints of Deep Magenta #CA0ACC

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.4%

 BLUE value IS 204 (80.08% from 255) = 49.04%

R = 48.56%
G = 2.4%
B = 49.04%

CMYK

 C value IS 0.01

 M value IS 0.95

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#CA0ACC (or 0xCA0ACC) is known color: Deep Magenta. HEX triplet: CA, 0A and CC. RGB value is (202,10,204). Sum of RGB (Red+Green+Blue) = 202+10+204=416 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.56% from 416); Green value is 10 (4.30% from 255 or 2.40% from 416); Blue value is 204 (80.08% from 255 or 49.04% from 416); Max value from RGB is 204 - color contains mainly: blue. Hex color #CA0ACC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA0ACC is #35F533. Grayscale: #585858. Windows color (decimal): -3536180 or 13372106. OLE color: 13372106.

HSL color Cylindrical-coordinate representation of color #CA0ACC: hue angle of 299.38º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CA0ACC is Cyan = 0.01, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 202 10 204 -
CMYK 0.01 0.95 0 0.2
HSL 299.38º 0.91% 0.42% -
HSV(B) 299.38º 0.95% 0.8% -
XYZ 35.36 17.13 58.57 -
YUV 89.52 192.61 208.23 -
System Red Green Blue C M Y K H S L
Decimal 202 10 204 0.01 0.95 0 0.2 299.38 0.91 0.42
Hex CA A CC 1 5F 0 14 12B 5B 2A
Octal 312 12 314 1 137 0 24 453 133 52
Binary 11001010 1010 11001100 1 1011111 0 10100 100101011 1011011 101010

Color Harmonies of #CA0ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0ACC

Black with #CA0ACC

Text Example


Text Example

White with #CA0ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0ACC; }

 p { color: rgb(202,10,204); }

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

background-color css

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

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

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

border-color css

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

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

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