Html Css Color HEX #CA12DF Deep Magenta

📋 copy color: '#CA12DF'

red 202 ◦ green 18 ◦ blue 223

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

Shades of Deep Magenta #CA12DF

Tints of Deep Magenta #CA12DF

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.06%

 BLUE value IS 223 (87.5% from 255) = 50.34%

R = 45.6%
G = 4.06%
B = 50.34%

CMYK

 C value IS 0.09

 M value IS 0.92

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CA12DF (or 0xCA12DF) is known color: Deep Magenta. HEX triplet: CA, 12 and DF. RGB value is (202,18,223). Sum of RGB (Red+Green+Blue) = 202+18+223=443 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.60% from 443); Green value is 18 (7.42% from 255 or 4.06% from 443); Blue value is 223 (87.5% from 255 or 50.34% from 443); Max value from RGB is 223 - color contains mainly: blue. Hex color #CA12DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA12DF is #35ED20. Grayscale: #5F5F5F. Windows color (decimal): -3534113 or 14619338. OLE color: 14619338.

HSL color Cylindrical-coordinate representation of color #CA12DF: hue angle of 293.85º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CA12DF is Cyan = 0.09, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 202 18 223 -
CMYK 0.09 0.92 0 0.13
HSL 293.85º 0.85% 0.47% -
HSV(B) 293.85º 0.92% 0.87% -
XYZ 37.89 18.32 71.35 -
YUV 96.39 199.46 203.33 -
System Red Green Blue C M Y K H S L
Decimal 202 18 223 0.09 0.92 0 0.13 293.85 0.85 0.47
Hex CA 12 DF 9 5C 0 D 126 55 2F
Octal 312 22 337 11 134 0 15 446 125 57
Binary 11001010 10010 11011111 1001 1011100 0 1101 100100110 1010101 101111

Color Harmonies of #CA12DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA12DF

Black with #CA12DF

Text Example


Text Example

White with #CA12DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA12DF; }

 p { color: rgb(202,18,223); }

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

background-color css

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

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

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

border-color css

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

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

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