Html Css Color HEX #C01FCA Deep Magenta

📋 copy color: '#C01FCA'

red 192 ◦ green 31 ◦ blue 202

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

Shades of Deep Magenta #C01FCA

Tints of Deep Magenta #C01FCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 47.53%

R = 45.18%
G = 7.29%
B = 47.53%

CMYK

 C value IS 0.05

 M value IS 0.85

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C01FCA (or 0xC01FCA) is known color: Deep Magenta. HEX triplet: C0, 1F and CA. RGB value is (192,31,202). Sum of RGB (Red+Green+Blue) = 192+31+202=425 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.18% from 425); Green value is 31 (12.5% from 255 or 7.29% from 425); Blue value is 202 (79.30% from 255 or 47.53% from 425); Max value from RGB is 202 - color contains mainly: blue. Hex color #C01FCA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C01FCA is #3FE035. Grayscale: #626262. Windows color (decimal): -4186166 or 13246400. OLE color: 13246400.

HSL color Cylindrical-coordinate representation of color #C01FCA: hue angle of 296.49º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C01FCA is Cyan = 0.05, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 192 31 202 -
CMYK 0.05 0.85 0 0.21
HSL 296.49º 0.73% 0.46% -
HSV(B) 296.49º 0.85% 0.79% -
XYZ 32.89 16.45 57.32 -
YUV 98.63 186.34 194.6 -
System Red Green Blue C M Y K H S L
Decimal 192 31 202 0.05 0.85 0 0.21 296.49 0.73 0.46
Hex C0 1F CA 5 55 0 15 128 49 2E
Octal 300 37 312 5 125 0 25 450 111 56
Binary 11000000 11111 11001010 101 1010101 0 10101 100101000 1001001 101110

Color Harmonies of #C01FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01FCA

Black with #C01FCA

Text Example


Text Example

White with #C01FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01FCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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