Html Css Color HEX #CA12B9 Deep Magenta

📋 copy color: '#CA12B9'

red 202 ◦ green 18 ◦ blue 185

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

Shades of Deep Magenta #CA12B9

Tints of Deep Magenta #CA12B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 45.68%

R = 49.88%
G = 4.44%
B = 45.68%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.08

 K value IS 0.21

RGB Variations

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

Color information

#CA12B9 (or 0xCA12B9) is known color: Deep Magenta. HEX triplet: CA, 12 and B9. RGB value is (202,18,185). Sum of RGB (Red+Green+Blue) = 202+18+185=405 (53% of max value = 765). Red value is 202 (79.30% from 255 or 49.88% from 405); Green value is 18 (7.42% from 255 or 4.44% from 405); Blue value is 185 (72.66% from 255 or 45.68% from 405); Max value from RGB is 202 - color contains mainly: red. Hex color #CA12B9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA12B9 is #35ED46. Grayscale: #5B5B5B. Windows color (decimal): -3534151 or 12128970. OLE color: 12128970.

HSL color Cylindrical-coordinate representation of color #CA12B9: hue angle of 305.54º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CA12B9 is Cyan = 0, Magento = 0.91, Yellow = 0.08 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 18 185 -
CMYK 0 0.91 0.08 0.21
HSL 305.54º 0.84% 0.43% -
HSV(B) 305.54º 0.91% 0.79% -
XYZ 33.33 16.49 47.33 -
YUV 92.05 180.46 206.42 -
System Red Green Blue C M Y K H S L
Decimal 202 18 185 0 0.91 0.08 0.21 305.54 0.84 0.43
Hex CA 12 B9 0 5B 8 15 132 54 2B
Octal 312 22 271 0 133 10 25 462 124 53
Binary 11001010 10010 10111001 0 1011011 1000 10101 100110010 1010100 101011

Color Harmonies of #CA12B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA12B9

Black with #CA12B9

Text Example


Text Example

White with #CA12B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA12B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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