Html Css Color HEX #C019AF Deep Magenta

📋 copy color: '#C019AF'

red 192 ◦ green 25 ◦ blue 175

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

Shades of Deep Magenta #C019AF

Tints of Deep Magenta #C019AF

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.38%

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

R = 48.98%
G = 6.38%
B = 44.64%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#C019AF (or 0xC019AF) is known color: Deep Magenta. HEX triplet: C0, 19 and AF. RGB value is (192,25,175). Sum of RGB (Red+Green+Blue) = 192+25+175=392 (51% of max value = 765). Red value is 192 (75.39% from 255 or 48.98% from 392); Green value is 25 (10.16% from 255 or 6.38% from 392); Blue value is 175 (68.75% from 255 or 44.64% from 392); Max value from RGB is 192 - color contains mainly: red. Hex color #C019AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C019AF is #3FE650. Grayscale: #5B5B5B. Windows color (decimal): -4187729 or 11475392. OLE color: 11475392.

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

Color convert

RGB 192 25 175 -
CMYK 0 0.87 0.09 0.25
HSL 306.11º 0.77% 0.43% -
HSV(B) 306.11º 0.87% 0.75% -
XYZ 29.82 15 41.88 -
YUV 92.03 174.83 199.3 -
System Red Green Blue C M Y K H S L
Decimal 192 25 175 0 0.87 0.09 0.25 306.11 0.77 0.43
Hex C0 19 AF 0 57 9 19 132 4D 2B
Octal 300 31 257 0 127 11 31 462 115 53
Binary 11000000 11001 10101111 0 1010111 1001 11001 100110010 1001101 101011

Color Harmonies of #C019AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C019AF

Black with #C019AF

Text Example


Text Example

White with #C019AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C019AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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