Html Css Color HEX #C005DD Deep Magenta

📋 copy color: '#C005DD'

red 192 ◦ green 5 ◦ blue 221

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

Shades of Deep Magenta #C005DD

Tints of Deep Magenta #C005DD

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.2%

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

R = 45.93%
G = 1.2%
B = 52.87%

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

#C005DD (or 0xC005DD) is known color: Deep Magenta. HEX triplet: C0, 05 and DD. RGB value is (192,5,221). Sum of RGB (Red+Green+Blue) = 192+5+221=418 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.93% from 418); Green value is 5 (2.34% from 255 or 1.20% from 418); Blue value is 221 (86.72% from 255 or 52.87% from 418); Max value from RGB is 221 - color contains mainly: blue. Hex color #C005DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C005DD is #3FFA22. Grayscale: #545454. Windows color (decimal): -4192803 or 14484928. OLE color: 14484928.

HSL color Cylindrical-coordinate representation of color #C005DD: hue angle of 291.94º 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 #C005DD is Cyan = 0.13, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 192 5 221 -
CMYK 0.13 0.98 0 0.13
HSL 291.94º 0.96% 0.44% -
HSV(B) 291.94º 0.98% 0.87% -
XYZ 34.84 16.54 69.76 -
YUV 85.54 204.45 203.94 -
System Red Green Blue C M Y K H S L
Decimal 192 5 221 0.13 0.98 0 0.13 291.94 0.96 0.44
Hex C0 5 DD D 62 0 D 124 60 2C
Octal 300 5 335 15 142 0 15 444 140 54
Binary 11000000 101 11011101 1101 1100010 0 1101 100100100 1100000 101100

Color Harmonies of #C005DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C005DD

Black with #C005DD

Text Example


Text Example

White with #C005DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C005DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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