#C212CC

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

Shades of Deep Magenta #C212CC

Tints of Deep Magenta #C212CC

Color information

#C212CC (or 0xC212CC) is unknown color: approx Deep Magenta. HEX triplet: C2, 12 and CC. RGB value is (194,18,204). Sum of RGB (Red+Green+Blue) = 194+18+204=416 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.63% from 416); Green value is 18 (7.42% from 255 or 4.33% from 416); Blue value is 204 (80.08% from 255 or 49.04% from 416); Max value from RGB is 204 - color contains mainly: blue. Hex color #C212CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C212CC is #3DED33. Grayscale: #5B5B5B. Windows color (decimal): -4058420 or 13374146. OLE color: 13374146.

HSL color Cylindrical-coordinate representation of color #C212CC: hue angle of 296.77º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C212CC is Cyan = 0.05, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB19418204-
CMYK0.050.9100.2
HSL296.77º83.78%43.53%-
HSV(B)296.77º91.18%80%-
XYZ33.3616.2658.51-
YUV91.83191.31200.88-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 46.63%
GREEN value IS 18 (7.42% from 255) = 4.33%
BLUE value IS 204 (80.08% from 255) = 49.04%
R=46.63%
G=4.33%
B=49.04%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal194182040.050.9100.2296.7783.7843.53
HexC212CC55B014129542c
Octal30222314513302445112454
Binary11000010100101100110010110110110101001001010011010100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C212CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C212CC; }

 p { color: rgb(194,18,204); }

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

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

 a { background-color: rgb(194,18,204); }

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

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

 span { border-color: rgb(194,18,204); }

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