Html Css Color HEX #CA12BC Deep Magenta

📋 copy color: '#CA12BC'

red 202 ◦ green 18 ◦ blue 188

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

Shades of Deep Magenta #CA12BC

Tints of Deep Magenta #CA12BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 46.08%

R = 49.51%
G = 4.41%
B = 46.08%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.07

 K value IS 0.21

RGB Variations

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

Color information

#CA12BC (or 0xCA12BC) is known color: Deep Magenta. HEX triplet: CA, 12 and BC. RGB value is (202,18,188). Sum of RGB (Red+Green+Blue) = 202+18+188=408 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.51% from 408); Green value is 18 (7.42% from 255 or 4.41% from 408); Blue value is 188 (73.83% from 255 or 46.08% from 408); Max value from RGB is 202 - color contains mainly: red. Hex color #CA12BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA12BC is #35ED43. Grayscale: #5B5B5B. Windows color (decimal): -3534148 or 12325578. OLE color: 12325578.

HSL color Cylindrical-coordinate representation of color #CA12BC: hue angle of 304.57º 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 #CA12BC is Cyan = 0, Magento = 0.91, Yellow = 0.07 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 18 188 -
CMYK 0 0.91 0.07 0.21
HSL 304.57º 0.84% 0.43% -
HSV(B) 304.57º 0.91% 0.79% -
XYZ 33.65 16.62 49.01 -
YUV 92.4 181.96 206.18 -
System Red Green Blue C M Y K H S L
Decimal 202 18 188 0 0.91 0.07 0.21 304.57 0.84 0.43
Hex CA 12 BC 0 5B 7 15 131 54 2B
Octal 312 22 274 0 133 7 25 461 124 53
Binary 11001010 10010 10111100 0 1011011 111 10101 100110001 1010100 101011

Color Harmonies of #CA12BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA12BC

Black with #CA12BC

Text Example


Text Example

White with #CA12BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA12BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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