Html Css Color HEX #CC0DDB Deep Magenta

📋 copy color: '#CC0DDB'

red 204 ◦ green 13 ◦ blue 219

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

Shades of Deep Magenta #CC0DDB

Tints of Deep Magenta #CC0DDB

RGB

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

 GREEN value IS 13 (5.47% from 255) = 2.98%

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

R = 46.79%
G = 2.98%
B = 50.23%

CMYK

 C value IS 0.07

 M value IS 0.94

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CC0DDB (or 0xCC0DDB) is known color: Deep Magenta. HEX triplet: CC, 0D and DB. RGB value is (204,13,219). Sum of RGB (Red+Green+Blue) = 204+13+219=436 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.79% from 436); Green value is 13 (5.47% from 255 or 2.98% from 436); Blue value is 219 (85.94% from 255 or 50.23% from 436); Max value from RGB is 219 - color contains mainly: blue. Hex color #CC0DDB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC0DDB is #33F224. Grayscale: #5C5C5C. Windows color (decimal): -3404325 or 14355916. OLE color: 14355916.

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

Color convert

RGB 204 13 219 -
CMYK 0.07 0.94 0 0.14
HSL 295.63º 0.89% 0.45% -
HSV(B) 295.63º 0.94% 0.86% -
XYZ 37.83 18.24 68.54 -
YUV 93.59 198.78 206.75 -
System Red Green Blue C M Y K H S L
Decimal 204 13 219 0.07 0.94 0 0.14 295.63 0.89 0.45
Hex CC D DB 7 5E 0 E 128 59 2D
Octal 314 15 333 7 136 0 16 450 131 55
Binary 11001100 1101 11011011 111 1011110 0 1110 100101000 1011001 101101

Color Harmonies of #CC0DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0DDB

Black with #CC0DDB

Text Example


Text Example

White with #CC0DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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