Html Css Color HEX #C000DD Deep Magenta

📋 copy color: '#C000DD'

red 192 ◦ green 0 ◦ blue 221

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

Shades of Deep Magenta #C000DD

Tints of Deep Magenta #C000DD

RGB

 RED value IS 192 (75.39% from 255) = 46.49%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 221 (86.72% from 255) = 53.51%

R = 46.49%
G = 0%
B = 53.51%

CMYK

 C value IS 0.13

 M value IS 1

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C000DD (or 0xC000DD) is known color: Deep Magenta. HEX triplet: C0, 00 and DD. RGB value is (192,0,221). Sum of RGB (Red+Green+Blue) = 192+0+221=413 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.49% from 413); Green value is 0 (0.39% from 255 or 0% from 413); Blue value is 221 (86.72% from 255 or 53.51% from 413); Max value from RGB is 221 - color contains mainly: blue. Hex color #C000DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C000DD is #3FFF22. Grayscale: #515151. Windows color (decimal): -4194083 or 14483648. OLE color: 14483648.

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

Color convert

RGB 192 0 221 -
CMYK 0.13 1 0 0.13
HSL 292.13º 1% 0.43% -
HSV(B) 292.13º 1% 0.87% -
XYZ 34.79 16.43 69.74 -
YUV 82.6 206.11 206.03 -
System Red Green Blue C M Y K H S L
Decimal 192 0 221 0.13 1 0 0.13 292.13 1 0.43
Hex C0 0 DD D 64 0 D 124 64 2B
Octal 300 0 335 15 144 0 15 444 144 53
Binary 11000000 0 11011101 1101 1100100 0 1101 100100100 1100100 101011

Color Harmonies of #C000DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C000DD

Black with #C000DD

Text Example


Text Example

White with #C000DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C000DD; }

 p { color: rgb(192,0,221); }

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

background-color css

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

 a { background-color: rgb(192,0,221); }

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

border-color css

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

 span { border-color: rgb(192,0,221); }

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