Html Css Color HEX #C01FCE Deep Magenta

📋 copy color: '#C01FCE'

red 192 ◦ green 31 ◦ blue 206

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

Shades of Deep Magenta #C01FCE

Tints of Deep Magenta #C01FCE

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.23%

 BLUE value IS 206 (80.86% from 255) = 48.02%

R = 44.76%
G = 7.23%
B = 48.02%

CMYK

 C value IS 0.07

 M value IS 0.85

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C01FCE (or 0xC01FCE) is known color: Deep Magenta. HEX triplet: C0, 1F and CE. RGB value is (192,31,206). Sum of RGB (Red+Green+Blue) = 192+31+206=429 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.76% from 429); Green value is 31 (12.5% from 255 or 7.23% from 429); Blue value is 206 (80.86% from 255 or 48.02% from 429); Max value from RGB is 206 - color contains mainly: blue. Hex color #C01FCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C01FCE is #3FE031. Grayscale: #626262. Windows color (decimal): -4186162 or 13508544. OLE color: 13508544.

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

Color convert

RGB 192 31 206 -
CMYK 0.07 0.85 0 0.19
HSL 295.2º 0.74% 0.46% -
HSV(B) 295.2º 0.85% 0.81% -
XYZ 33.37 16.64 59.85 -
YUV 99.09 188.34 194.27 -
System Red Green Blue C M Y K H S L
Decimal 192 31 206 0.07 0.85 0 0.19 295.2 0.74 0.46
Hex C0 1F CE 7 55 0 13 127 4A 2E
Octal 300 37 316 7 125 0 23 447 112 56
Binary 11000000 11111 11001110 111 1010101 0 10011 100100111 1001010 101110

Color Harmonies of #C01FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01FCE

Black with #C01FCE

Text Example


Text Example

White with #C01FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01FCE; }

 p { color: rgb(192,31,206); }

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

background-color css

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

 a { background-color: rgb(192,31,206); }

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

border-color css

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

 span { border-color: rgb(192,31,206); }

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