Html Css Color HEX #C016CD Deep Magenta

📋 copy color: '#C016CD'

red 192 ◦ green 22 ◦ blue 205

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

Shades of Deep Magenta #C016CD

Tints of Deep Magenta #C016CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 48.93%

R = 45.82%
G = 5.25%
B = 48.93%

CMYK

 C value IS 0.06

 M value IS 0.89

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C016CD (or 0xC016CD) is known color: Deep Magenta. HEX triplet: C0, 16 and CD. RGB value is (192,22,205). Sum of RGB (Red+Green+Blue) = 192+22+205=419 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.82% from 419); Green value is 22 (8.98% from 255 or 5.25% from 419); Blue value is 205 (80.47% from 255 or 48.93% from 419); Max value from RGB is 205 - color contains mainly: blue. Hex color #C016CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C016CD is #3FE932. Grayscale: #5D5D5D. Windows color (decimal): -4188467 or 13440704. OLE color: 13440704.

HSL color Cylindrical-coordinate representation of color #C016CD: hue angle of 295.74º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C016CD is Cyan = 0.06, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 192 22 205 -
CMYK 0.06 0.89 0 0.20
HSL 295.74º 0.81% 0.45% -
HSV(B) 295.74º 0.89% 0.8% -
XYZ 33.04 16.19 59.14 -
YUV 93.69 190.82 198.12 -
System Red Green Blue C M Y K H S L
Decimal 192 22 205 0.06 0.89 0 0.20 295.74 0.81 0.45
Hex C0 16 CD 6 59 0 14 128 51 2D
Octal 300 26 315 6 131 0 24 450 121 55
Binary 11000000 10110 11001101 110 1011001 0 10100 100101000 1010001 101101

Color Harmonies of #C016CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C016CD

Black with #C016CD

Text Example


Text Example

White with #C016CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C016CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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