Html Css Color HEX #C01FCF Deep Magenta

📋 copy color: '#C01FCF'

red 192 ◦ green 31 ◦ blue 207

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

Shades of Deep Magenta #C01FCF

Tints of Deep Magenta #C01FCF

RGB

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

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

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

R = 44.65%
G = 7.21%
B = 48.14%

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

#C01FCF (or 0xC01FCF) is known color: Deep Magenta. HEX triplet: C0, 1F and CF. RGB value is (192,31,207). Sum of RGB (Red+Green+Blue) = 192+31+207=430 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.65% from 430); Green value is 31 (12.5% from 255 or 7.21% from 430); Blue value is 207 (81.25% from 255 or 48.14% from 430); Max value from RGB is 207 - color contains mainly: blue. Hex color #C01FCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C01FCF is #3FE030. Grayscale: #626262. Windows color (decimal): -4186161 or 13574080. OLE color: 13574080.

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

Color convert

RGB 192 31 207 -
CMYK 0.07 0.85 0 0.19
HSL 294.89º 0.74% 0.47% -
HSV(B) 294.89º 0.85% 0.81% -
XYZ 33.49 16.69 60.49 -
YUV 99.2 188.84 194.19 -
System Red Green Blue C M Y K H S L
Decimal 192 31 207 0.07 0.85 0 0.19 294.89 0.74 0.47
Hex C0 1F CF 7 55 0 13 127 4A 2F
Octal 300 37 317 7 125 0 23 447 112 57
Binary 11000000 11111 11001111 111 1010101 0 10011 100100111 1001010 101111

Color Harmonies of #C01FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01FCF

Black with #C01FCF

Text Example


Text Example

White with #C01FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01FCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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