Html Css Color HEX #C016AF Deep Magenta

📋 copy color: '#C016AF'

red 192 ◦ green 22 ◦ blue 175

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

Shades of Deep Magenta #C016AF

Tints of Deep Magenta #C016AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 44.99%

R = 49.36%
G = 5.66%
B = 44.99%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#C016AF (or 0xC016AF) is known color: Deep Magenta. HEX triplet: C0, 16 and AF. RGB value is (192,22,175). Sum of RGB (Red+Green+Blue) = 192+22+175=389 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.36% from 389); Green value is 22 (8.98% from 255 or 5.66% from 389); Blue value is 175 (68.75% from 255 or 44.99% from 389); Max value from RGB is 192 - color contains mainly: red. Hex color #C016AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C016AF is #3FE950. Grayscale: #595959. Windows color (decimal): -4188497 or 11474624. OLE color: 11474624.

HSL color Cylindrical-coordinate representation of color #C016AF: hue angle of 306º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C016AF is Cyan = 0, Magento = 0.89, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 22 175 -
CMYK 0 0.89 0.09 0.25
HSL 306º 0.79% 0.42% -
HSV(B) 306º 0.89% 0.75% -
XYZ 29.76 14.88 41.86 -
YUV 90.27 175.82 200.56 -
System Red Green Blue C M Y K H S L
Decimal 192 22 175 0 0.89 0.09 0.25 306 0.79 0.42
Hex C0 16 AF 0 59 9 19 132 4F 2A
Octal 300 26 257 0 131 11 31 462 117 52
Binary 11000000 10110 10101111 0 1011001 1001 11001 100110010 1001111 101010

Color Harmonies of #C016AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C016AF

Black with #C016AF

Text Example


Text Example

White with #C016AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C016AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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