Html Css Color HEX #C016CE Deep Magenta

📋 copy color: '#C016CE'

red 192 ◦ green 22 ◦ blue 206

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

Shades of Deep Magenta #C016CE

Tints of Deep Magenta #C016CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 49.05%

R = 45.71%
G = 5.24%
B = 49.05%

CMYK

 C value IS 0.07

 M value IS 0.89

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C016CE (or 0xC016CE) is known color: Deep Magenta. HEX triplet: C0, 16 and CE. RGB value is (192,22,206). Sum of RGB (Red+Green+Blue) = 192+22+206=420 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.71% from 420); Green value is 22 (8.98% from 255 or 5.24% from 420); Blue value is 206 (80.86% from 255 or 49.05% from 420); Max value from RGB is 206 - color contains mainly: blue. Hex color #C016CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C016CE is #3FE931. Grayscale: #5D5D5D. Windows color (decimal): -4188466 or 13506240. OLE color: 13506240.

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

Color convert

RGB 192 22 206 -
CMYK 0.07 0.89 0 0.19
HSL 295.43º 0.81% 0.45% -
HSV(B) 295.43º 0.89% 0.81% -
XYZ 33.17 16.24 59.78 -
YUV 93.81 191.32 198.04 -
System Red Green Blue C M Y K H S L
Decimal 192 22 206 0.07 0.89 0 0.19 295.43 0.81 0.45
Hex C0 16 CE 7 59 0 13 127 51 2D
Octal 300 26 316 7 131 0 23 447 121 55
Binary 11000000 10110 11001110 111 1011001 0 10011 100100111 1010001 101101

Color Harmonies of #C016CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C016CE

Black with #C016CE

Text Example


Text Example

White with #C016CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C016CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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