Html Css Color HEX #C019CF Deep Magenta

📋 copy color: '#C019CF'

red 192 ◦ green 25 ◦ blue 207

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

Shades of Deep Magenta #C019CF

Tints of Deep Magenta #C019CF

RGB

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

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

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

R = 45.28%
G = 5.9%
B = 48.82%

CMYK

 C value IS 0.07

 M value IS 0.88

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C019CF (or 0xC019CF) is known color: Deep Magenta. HEX triplet: C0, 19 and CF. RGB value is (192,25,207). Sum of RGB (Red+Green+Blue) = 192+25+207=424 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.28% from 424); Green value is 25 (10.16% from 255 or 5.90% from 424); Blue value is 207 (81.25% from 255 or 48.82% from 424); Max value from RGB is 207 - color contains mainly: blue. Hex color #C019CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C019CF is #3FE630. Grayscale: #5F5F5F. Windows color (decimal): -4187697 or 13572544. OLE color: 13572544.

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

Color convert

RGB 192 25 207 -
CMYK 0.07 0.88 0 0.19
HSL 295.06º 0.78% 0.45% -
HSV(B) 295.06º 0.88% 0.81% -
XYZ 33.35 16.41 60.44 -
YUV 95.68 190.83 196.7 -
System Red Green Blue C M Y K H S L
Decimal 192 25 207 0.07 0.88 0 0.19 295.06 0.78 0.45
Hex C0 19 CF 7 58 0 13 127 4E 2D
Octal 300 31 317 7 130 0 23 447 116 55
Binary 11000000 11001 11001111 111 1011000 0 10011 100100111 1001110 101101

Color Harmonies of #C019CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C019CF

Black with #C019CF

Text Example


Text Example

White with #C019CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C019CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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