Html Css Color HEX #CA00AC Deep Magenta

📋 copy color: '#CA00AC'

red 202 ◦ green 0 ◦ blue 172

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

Shades of Deep Magenta #CA00AC

Tints of Deep Magenta #CA00AC

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 172 (67.58% from 255) = 45.99%

R = 54.01%
G = 0%
B = 45.99%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.15

 K value IS 0.21

RGB Variations

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

Color information

#CA00AC (or 0xCA00AC) is known color: Deep Magenta. HEX triplet: CA, 00 and AC. RGB value is (202,0,172). Sum of RGB (Red+Green+Blue) = 202+0+172=374 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.01% from 374); Green value is 0 (0.39% from 255 or 0% from 374); Blue value is 172 (67.58% from 255 or 45.99% from 374); Max value from RGB is 202 - color contains mainly: red. Hex color #CA00AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA00AC is #35FF53. Grayscale: #4F4F4F. Windows color (decimal): -3538772 or 11272394. OLE color: 11272394.

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

Color convert

RGB 202 0 172 -
CMYK 0 1 0.15 0.21
HSL 308.91º 1% 0.4% -
HSV(B) 308.91º 1% 0.79% -
XYZ 31.8 15.54 40.35 -
YUV 80.01 179.92 215.01 -
System Red Green Blue C M Y K H S L
Decimal 202 0 172 0 1 0.15 0.21 308.91 1 0.4
Hex CA 0 AC 0 64 F 15 135 64 28
Octal 312 0 254 0 144 17 25 465 144 50
Binary 11001010 0 10101100 0 1100100 1111 10101 100110101 1100100 101000

Color Harmonies of #CA00AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA00AC

Black with #CA00AC

Text Example


Text Example

White with #CA00AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA00AC; }

 p { color: rgb(202,0,172); }

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

background-color css

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

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

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

border-color css

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

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

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