Html Css Color HEX #C01EC3 Deep Magenta

📋 copy color: '#C01EC3'

red 192 ◦ green 30 ◦ blue 195

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

Shades of Deep Magenta #C01EC3

Tints of Deep Magenta #C01EC3

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.19%

 BLUE value IS 195 (76.56% from 255) = 46.76%

R = 46.04%
G = 7.19%
B = 46.76%

CMYK

 C value IS 0.02

 M value IS 0.85

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#C01EC3 (or 0xC01EC3) is known color: Deep Magenta. HEX triplet: C0, 1E and C3. RGB value is (192,30,195). Sum of RGB (Red+Green+Blue) = 192+30+195=417 (55% of max value = 765). Red value is 192 (75.39% from 255 or 46.04% from 417); Green value is 30 (12.11% from 255 or 7.19% from 417); Blue value is 195 (76.56% from 255 or 46.76% from 417); Max value from RGB is 195 - color contains mainly: blue. Hex color #C01EC3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C01EC3 is #3FE13C. Grayscale: #606060. Windows color (decimal): -4186429 or 12787392. OLE color: 12787392.

HSL color Cylindrical-coordinate representation of color #C01EC3: hue angle of 298.91º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C01EC3 is Cyan = 0.02, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 192 30 195 -
CMYK 0.02 0.85 0 0.24
HSL 298.91º 0.73% 0.44% -
HSV(B) 298.91º 0.85% 0.76% -
XYZ 32.05 16.08 53.04 -
YUV 97.25 183.17 195.58 -
System Red Green Blue C M Y K H S L
Decimal 192 30 195 0.02 0.85 0 0.24 298.91 0.73 0.44
Hex C0 1E C3 2 55 0 18 12B 49 2C
Octal 300 36 303 2 125 0 30 453 111 54
Binary 11000000 11110 11000011 10 1010101 0 11000 100101011 1001001 101100

Color Harmonies of #C01EC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01EC3

Black with #C01EC3

Text Example


Text Example

White with #C01EC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01EC3; }

 p { color: rgb(192,30,195); }

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

background-color css

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

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

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

border-color css

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

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

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