Html Css Color HEX #CC0DDF Deep Magenta

📋 copy color: '#CC0DDF'

red 204 ◦ green 13 ◦ blue 223

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

Shades of Deep Magenta #CC0DDF

Tints of Deep Magenta #CC0DDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 50.68%

R = 46.36%
G = 2.95%
B = 50.68%

CMYK

 C value IS 0.09

 M value IS 0.94

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CC0DDF (or 0xCC0DDF) is known color: Deep Magenta. HEX triplet: CC, 0D and DF. RGB value is (204,13,223). Sum of RGB (Red+Green+Blue) = 204+13+223=440 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.36% from 440); Green value is 13 (5.47% from 255 or 2.95% from 440); Blue value is 223 (87.5% from 255 or 50.68% from 440); Max value from RGB is 223 - color contains mainly: blue. Hex color #CC0DDF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC0DDF is #33F220. Grayscale: #5D5D5D. Windows color (decimal): -3404321 or 14618060. OLE color: 14618060.

HSL color Cylindrical-coordinate representation of color #CC0DDF: hue angle of 294.57º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CC0DDF is Cyan = 0.09, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 204 13 223 -
CMYK 0.09 0.94 0 0.13
HSL 294.57º 0.89% 0.46% -
HSV(B) 294.57º 0.94% 0.87% -
XYZ 38.37 18.45 71.35 -
YUV 94.05 200.78 206.42 -
System Red Green Blue C M Y K H S L
Decimal 204 13 223 0.09 0.94 0 0.13 294.57 0.89 0.46
Hex CC D DF 9 5E 0 D 127 59 2E
Octal 314 15 337 11 136 0 15 447 131 56
Binary 11001100 1101 11011111 1001 1011110 0 1101 100100111 1011001 101110

Color Harmonies of #CC0DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0DDF

Black with #CC0DDF

Text Example


Text Example

White with #CC0DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0DDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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