Html Css Color HEX #CC13D2 Deep Magenta

📋 copy color: '#CC13D2'

red 204 ◦ green 19 ◦ blue 210

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

Shades of Deep Magenta #CC13D2

Tints of Deep Magenta #CC13D2

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.39%

 BLUE value IS 210 (82.42% from 255) = 48.5%

R = 47.11%
G = 4.39%
B = 48.5%

CMYK

 C value IS 0.03

 M value IS 0.91

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CC13D2 (or 0xCC13D2) is known color: Deep Magenta. HEX triplet: CC, 13 and D2. RGB value is (204,19,210). Sum of RGB (Red+Green+Blue) = 204+19+210=433 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.11% from 433); Green value is 19 (7.81% from 255 or 4.39% from 433); Blue value is 210 (82.42% from 255 or 48.50% from 433); Max value from RGB is 210 - color contains mainly: blue. Hex color #CC13D2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC13D2 is #33EC2D. Grayscale: #5F5F5F. Windows color (decimal): -3402798 or 13767628. OLE color: 13767628.

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

Color convert

RGB 204 19 210 -
CMYK 0.03 0.91 0 0.18
HSL 298.12º 0.83% 0.45% -
HSV(B) 298.12º 0.91% 0.82% -
XYZ 36.77 17.96 62.5 -
YUV 96.09 192.29 204.97 -
System Red Green Blue C M Y K H S L
Decimal 204 19 210 0.03 0.91 0 0.18 298.12 0.83 0.45
Hex CC 13 D2 3 5B 0 12 12A 53 2D
Octal 314 23 322 3 133 0 22 452 123 55
Binary 11001100 10011 11010010 11 1011011 0 10010 100101010 1010011 101101

Color Harmonies of #CC13D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC13D2

Black with #CC13D2

Text Example


Text Example

White with #CC13D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC13D2; }

 p { color: rgb(204,19,210); }

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

background-color css

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

 a { background-color: rgb(204,19,210); }

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

border-color css

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

 span { border-color: rgb(204,19,210); }

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