#CA12C1

Color #CA12C1 Deep Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Magenta #CA12C1

Tints of Deep Magenta #CA12C1

Color information

#CA12C1 (or 0xCA12C1) is unknown color: approx Deep Magenta. HEX triplet: CA, 12 and C1. RGB value is (202,18,193). Sum of RGB (Red+Green+Blue) = 202+18+193=413 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.91% from 413); Green value is 18 (7.42% from 255 or 4.36% from 413); Blue value is 193 (75.78% from 255 or 46.73% from 413); Max value from RGB is 202 - color contains mainly: red. Hex color #CA12C1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA12C1 is #35ED3E. Grayscale: #5C5C5C. Windows color (decimal): -3534143 or 12653258. OLE color: 12653258.

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

Color convert

RGB20218193-
CMYK00.910.040.21
HSL302.93º83.64%43.14%-
HSV(B)302.93º91.09%79.22%-
XYZ34.216.8451.9-
YUV92.97184.46205.77-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 48.91%
GREEN value IS 18 (7.42% from 255) = 4.36%
BLUE value IS 193 (75.78% from 255) = 46.73%
R=48.91%
G=4.36%
B=46.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.04
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021819300.910.040.21302.9383.6443.14
HexCA12C105B41512f542b
Octal31222301013342545712453
Binary11001010100101100000101011011100101011001011111010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA12C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA12C1; }

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

 H1.HeaderClassName
 {
   color: #CA12C1;
 }
 .AnyTagClassName
 {
   color: #CA12C1;
 }
</style>
background-color css

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

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

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

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

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

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