Html Css Color HEX #C01FCD Deep Magenta

📋 copy color: '#C01FCD'

red 192 ◦ green 31 ◦ blue 205

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

Shades of Deep Magenta #C01FCD

Tints of Deep Magenta #C01FCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 47.9%

R = 44.86%
G = 7.24%
B = 47.9%

CMYK

 C value IS 0.06

 M value IS 0.85

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C01FCD (or 0xC01FCD) is known color: Deep Magenta. HEX triplet: C0, 1F and CD. RGB value is (192,31,205). Sum of RGB (Red+Green+Blue) = 192+31+205=428 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.86% from 428); Green value is 31 (12.5% from 255 or 7.24% from 428); Blue value is 205 (80.47% from 255 or 47.90% from 428); Max value from RGB is 205 - color contains mainly: blue. Hex color #C01FCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C01FCD is #3FE032. Grayscale: #626262. Windows color (decimal): -4186163 or 13443008. OLE color: 13443008.

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

Color convert

RGB 192 31 205 -
CMYK 0.06 0.85 0 0.20
HSL 295.52º 0.74% 0.46% -
HSV(B) 295.52º 0.85% 0.8% -
XYZ 33.25 16.59 59.21 -
YUV 98.98 187.84 194.35 -
System Red Green Blue C M Y K H S L
Decimal 192 31 205 0.06 0.85 0 0.20 295.52 0.74 0.46
Hex C0 1F CD 6 55 0 14 128 4A 2E
Octal 300 37 315 6 125 0 24 450 112 56
Binary 11000000 11111 11001101 110 1010101 0 10100 100101000 1001010 101110

Color Harmonies of #C01FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01FCD

Black with #C01FCD

Text Example


Text Example

White with #C01FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01FCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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