Html Css Color HEX #C014AF Deep Magenta

📋 copy color: '#C014AF'

red 192 ◦ green 20 ◦ blue 175

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

Shades of Deep Magenta #C014AF

Tints of Deep Magenta #C014AF

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.17%

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

R = 49.61%
G = 5.17%
B = 45.22%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#C014AF (or 0xC014AF) is known color: Deep Magenta. HEX triplet: C0, 14 and AF. RGB value is (192,20,175). Sum of RGB (Red+Green+Blue) = 192+20+175=387 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.61% from 387); Green value is 20 (8.20% from 255 or 5.17% from 387); Blue value is 175 (68.75% from 255 or 45.22% from 387); Max value from RGB is 192 - color contains mainly: red. Hex color #C014AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C014AF is #3FEB50. Grayscale: #585858. Windows color (decimal): -4189009 or 11474112. OLE color: 11474112.

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

Color convert

RGB 192 20 175 -
CMYK 0 0.90 0.09 0.25
HSL 305.93º 0.81% 0.42% -
HSV(B) 305.93º 0.9% 0.75% -
XYZ 29.73 14.8 41.85 -
YUV 89.1 176.48 201.4 -
System Red Green Blue C M Y K H S L
Decimal 192 20 175 0 0.90 0.09 0.25 305.93 0.81 0.42
Hex C0 14 AF 0 5A 9 19 132 51 2A
Octal 300 24 257 0 132 11 31 462 121 52
Binary 11000000 10100 10101111 0 1011010 1001 11001 100110010 1010001 101010

Color Harmonies of #C014AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C014AF

Black with #C014AF

Text Example


Text Example

White with #C014AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C014AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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