Html Css Color HEX #C004DD Deep Magenta

📋 copy color: '#C004DD'

red 192 ◦ green 4 ◦ blue 221

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

Shades of Deep Magenta #C004DD

Tints of Deep Magenta #C004DD

RGB

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

 GREEN value IS 4 (1.95% from 255) = 0.96%

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

R = 46.04%
G = 0.96%
B = 53%

CMYK

 C value IS 0.13

 M value IS 0.98

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C004DD (or 0xC004DD) is known color: Deep Magenta. HEX triplet: C0, 04 and DD. RGB value is (192,4,221). Sum of RGB (Red+Green+Blue) = 192+4+221=417 (55% of max value = 765). Red value is 192 (75.39% from 255 or 46.04% from 417); Green value is 4 (1.95% from 255 or 0.96% from 417); Blue value is 221 (86.72% from 255 or 53.00% from 417); Max value from RGB is 221 - color contains mainly: blue. Hex color #C004DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C004DD is #3FFB22. Grayscale: #545454. Windows color (decimal): -4193059 or 14484672. OLE color: 14484672.

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

Color convert

RGB 192 4 221 -
CMYK 0.13 0.98 0 0.13
HSL 291.98º 0.96% 0.44% -
HSV(B) 291.98º 0.98% 0.87% -
XYZ 34.83 16.51 69.76 -
YUV 84.95 204.78 204.36 -
System Red Green Blue C M Y K H S L
Decimal 192 4 221 0.13 0.98 0 0.13 291.98 0.96 0.44
Hex C0 4 DD D 62 0 D 124 60 2C
Octal 300 4 335 15 142 0 15 444 140 54
Binary 11000000 100 11011101 1101 1100010 0 1101 100100100 1100000 101100

Color Harmonies of #C004DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C004DD

Black with #C004DD

Text Example


Text Example

White with #C004DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C004DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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