Html Css Color HEX #C016CF Deep Magenta

📋 copy color: '#C016CF'

red 192 ◦ green 22 ◦ blue 207

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

Shades of Deep Magenta #C016CF

Tints of Deep Magenta #C016CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 49.17%

R = 45.61%
G = 5.23%
B = 49.17%

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

#C016CF (or 0xC016CF) is known color: Deep Magenta. HEX triplet: C0, 16 and CF. RGB value is (192,22,207). Sum of RGB (Red+Green+Blue) = 192+22+207=421 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.61% from 421); Green value is 22 (8.98% from 255 or 5.23% from 421); Blue value is 207 (81.25% from 255 or 49.17% from 421); Max value from RGB is 207 - color contains mainly: blue. Hex color #C016CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C016CF is #3FE930. Grayscale: #5D5D5D. Windows color (decimal): -4188465 or 13571776. OLE color: 13571776.

HSL color Cylindrical-coordinate representation of color #C016CF: hue angle of 295.14º 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 #C016CF is Cyan = 0.07, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 192 22 207 -
CMYK 0.07 0.89 0 0.19
HSL 295.14º 0.81% 0.45% -
HSV(B) 295.14º 0.89% 0.81% -
XYZ 33.29 16.29 60.42 -
YUV 93.92 191.82 197.96 -
System Red Green Blue C M Y K H S L
Decimal 192 22 207 0.07 0.89 0 0.19 295.14 0.81 0.45
Hex C0 16 CF 7 59 0 13 127 51 2D
Octal 300 26 317 7 131 0 23 447 121 55
Binary 11000000 10110 11001111 111 1011001 0 10011 100100111 1010001 101101

Color Harmonies of #C016CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C016CF

Black with #C016CF

Text Example


Text Example

White with #C016CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C016CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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