Html Css Color HEX #C001E0 Deep Magenta

📋 copy color: '#C001E0'

red 192 ◦ green 1 ◦ blue 224

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

Shades of Deep Magenta #C001E0

Tints of Deep Magenta #C001E0

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.24%

 BLUE value IS 224 (87.89% from 255) = 53.72%

R = 46.04%
G = 0.24%
B = 53.72%

CMYK

 C value IS 0.14

 M value IS 1.00

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C001E0 (or 0xC001E0) is known color: Deep Magenta. HEX triplet: C0, 01 and E0. RGB value is (192,1,224). Sum of RGB (Red+Green+Blue) = 192+1+224=417 (55% of max value = 765). Red value is 192 (75.39% from 255 or 46.04% from 417); Green value is 1 (0.78% from 255 or 0.24% from 417); Blue value is 224 (87.89% from 255 or 53.72% from 417); Max value from RGB is 224 - color contains mainly: blue. Hex color #C001E0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C001E0 is #3FFE1F. Grayscale: #525252. Windows color (decimal): -4193824 or 14680512. OLE color: 14680512.

HSL color Cylindrical-coordinate representation of color #C001E0: hue angle of 291.39º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C001E0 is Cyan = 0.14, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 192 1 224 -
CMYK 0.14 1.00 0 0.12
HSL 291.39º 0.99% 0.44% -
HSV(B) 291.39º 1% 0.88% -
XYZ 35.2 16.61 71.87 -
YUV 83.53 207.28 205.37 -
System Red Green Blue C M Y K H S L
Decimal 192 1 224 0.14 1.00 0 0.12 291.39 0.99 0.44
Hex C0 1 E0 E 64 0 C 123 63 2C
Octal 300 1 340 16 144 0 14 443 143 54
Binary 11000000 1 11100000 1110 1100100 0 1100 100100011 1100011 101100

Color Harmonies of #C001E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C001E0

Black with #C001E0

Text Example


Text Example

White with #C001E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C001E0; }

 p { color: rgb(192,1,224); }

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

background-color css

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

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

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

border-color css

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

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

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