Html Css Color HEX #CC13DB Deep Magenta

📋 copy color: '#CC13DB'

red 204 ◦ green 19 ◦ blue 219

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

Shades of Deep Magenta #CC13DB

Tints of Deep Magenta #CC13DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 49.55%

R = 46.15%
G = 4.3%
B = 49.55%

CMYK

 C value IS 0.07

 M value IS 0.91

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CC13DB (or 0xCC13DB) is known color: Deep Magenta. HEX triplet: CC, 13 and DB. RGB value is (204,19,219). Sum of RGB (Red+Green+Blue) = 204+19+219=442 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.15% from 442); Green value is 19 (7.81% from 255 or 4.30% from 442); Blue value is 219 (85.94% from 255 or 49.55% from 442); Max value from RGB is 219 - color contains mainly: blue. Hex color #CC13DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC13DB is #33EC24. Grayscale: #606060. Windows color (decimal): -3402789 or 14357452. OLE color: 14357452.

HSL color Cylindrical-coordinate representation of color #CC13DB: hue angle of 295.5º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CC13DB is Cyan = 0.07, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 204 19 219 -
CMYK 0.07 0.91 0 0.14
HSL 295.5º 0.84% 0.47% -
HSV(B) 295.5º 0.91% 0.86% -
XYZ 37.92 18.42 68.57 -
YUV 97.12 196.79 204.24 -
System Red Green Blue C M Y K H S L
Decimal 204 19 219 0.07 0.91 0 0.14 295.5 0.84 0.47
Hex CC 13 DB 7 5B 0 E 128 54 2F
Octal 314 23 333 7 133 0 16 450 124 57
Binary 11001100 10011 11011011 111 1011011 0 1110 100101000 1010100 101111

Color Harmonies of #CC13DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC13DB

Black with #CC13DB

Text Example


Text Example

White with #CC13DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC13DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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