Html Css Color HEX #C01FC0 Deep Magenta

📋 copy color: '#C01FC0'

red 192 ◦ green 31 ◦ blue 192

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

Shades of Deep Magenta #C01FC0

Tints of Deep Magenta #C01FC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 46.27%

R = 46.27%
G = 7.47%
B = 46.27%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#C01FC0 (or 0xC01FC0) is known color: Deep Magenta. HEX triplet: C0, 1F and C0. RGB value is (192,31,192). Sum of RGB (Red+Green+Blue) = 192+31+192=415 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.27% from 415); Green value is 31 (12.5% from 255 or 7.47% from 415); Blue value is 192 (75.39% from 255 or 46.27% from 415); Max value from RGB is 192 - color contains mainly: red, blue. Hex color #C01FC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C01FC0 is #3FE03F. Grayscale: #616161. Windows color (decimal): -4186176 or 12591040. OLE color: 12591040.

HSL color Cylindrical-coordinate representation of color #C01FC0: hue angle of 300º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C01FC0 is Cyan = 0, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 31 192 -
CMYK 0 0.84 0 0.25
HSL 300º 0.72% 0.44% -
HSV(B) 300º 0.84% 0.75% -
XYZ 31.74 15.99 51.28 -
YUV 97.49 181.34 195.41 -
System Red Green Blue C M Y K H S L
Decimal 192 31 192 0 0.84 0 0.25 300 0.72 0.44
Hex C0 1F C0 0 54 0 19 12C 48 2C
Octal 300 37 300 0 124 0 31 454 110 54
Binary 11000000 11111 11000000 0 1010100 0 11001 100101100 1001000 101100

Color Harmonies of #C01FC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01FC0

Black with #C01FC0

Text Example


Text Example

White with #C01FC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01FC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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