Html Css Color HEX #C016DD Deep Magenta

📋 copy color: '#C016DD'

red 192 ◦ green 22 ◦ blue 221

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

Shades of Deep Magenta #C016DD

Tints of Deep Magenta #C016DD

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.06%

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

R = 44.14%
G = 5.06%
B = 50.8%

CMYK

 C value IS 0.13

 M value IS 0.90

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C016DD (or 0xC016DD) is known color: Deep Magenta. HEX triplet: C0, 16 and DD. RGB value is (192,22,221). Sum of RGB (Red+Green+Blue) = 192+22+221=435 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.14% from 435); Green value is 22 (8.98% from 255 or 5.06% from 435); Blue value is 221 (86.72% from 255 or 50.80% from 435); Max value from RGB is 221 - color contains mainly: blue. Hex color #C016DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C016DD is #3FE922. Grayscale: #5E5E5E. Windows color (decimal): -4188451 or 14489280. OLE color: 14489280.

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

Color convert

RGB 192 22 221 -
CMYK 0.13 0.90 0 0.13
HSL 291.26º 0.82% 0.48% -
HSV(B) 291.26º 0.9% 0.87% -
XYZ 35.08 17 69.84 -
YUV 95.52 198.82 196.82 -
System Red Green Blue C M Y K H S L
Decimal 192 22 221 0.13 0.90 0 0.13 291.26 0.82 0.48
Hex C0 16 DD D 5A 0 D 123 52 30
Octal 300 26 335 15 132 0 15 443 122 60
Binary 11000000 10110 11011101 1101 1011010 0 1101 100100011 1010010 110000

Color Harmonies of #C016DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C016DD

Black with #C016DD

Text Example


Text Example

White with #C016DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C016DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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