Html Css Color HEX #CC12D3 Deep Magenta

📋 copy color: '#CC12D3'

red 204 ◦ green 18 ◦ blue 211

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

Shades of Deep Magenta #CC12D3

Tints of Deep Magenta #CC12D3

RGB

 RED value IS 204 (80.08% from 255) = 47.11%

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

 BLUE value IS 211 (82.81% from 255) = 48.73%

R = 47.11%
G = 4.16%
B = 48.73%

CMYK

 C value IS 0.03

 M value IS 0.91

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#CC12D3 (or 0xCC12D3) is known color: Deep Magenta. HEX triplet: CC, 12 and D3. RGB value is (204,18,211). Sum of RGB (Red+Green+Blue) = 204+18+211=433 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.11% from 433); Green value is 18 (7.42% from 255 or 4.16% from 433); Blue value is 211 (82.81% from 255 or 48.73% from 433); Max value from RGB is 211 - color contains mainly: blue. Hex color #CC12D3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC12D3 is #33ED2C. Grayscale: #5F5F5F. Windows color (decimal): -3403053 or 13832908. OLE color: 13832908.

HSL color Cylindrical-coordinate representation of color #CC12D3: hue angle of 297.82º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CC12D3 is Cyan = 0.03, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 204 18 211 -
CMYK 0.03 0.91 0 0.17
HSL 297.82º 0.84% 0.45% -
HSV(B) 297.82º 0.91% 0.83% -
XYZ 36.88 17.97 63.15 -
YUV 95.62 193.12 205.31 -
System Red Green Blue C M Y K H S L
Decimal 204 18 211 0.03 0.91 0 0.17 297.82 0.84 0.45
Hex CC 12 D3 3 5B 0 11 12A 54 2D
Octal 314 22 323 3 133 0 21 452 124 55
Binary 11001100 10010 11010011 11 1011011 0 10001 100101010 1010100 101101

Color Harmonies of #CC12D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC12D3

Black with #CC12D3

Text Example


Text Example

White with #CC12D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC12D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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