Html Css Color HEX #C01EB4 Deep Magenta

📋 copy color: '#C01EB4'

red 192 ◦ green 30 ◦ blue 180

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

Shades of Deep Magenta #C01EB4

Tints of Deep Magenta #C01EB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 44.78%

R = 47.76%
G = 7.46%
B = 44.78%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.06

 K value IS 0.25

RGB Variations

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

Color information

#C01EB4 (or 0xC01EB4) is known color: Deep Magenta. HEX triplet: C0, 1E and B4. RGB value is (192,30,180). Sum of RGB (Red+Green+Blue) = 192+30+180=402 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.76% from 402); Green value is 30 (12.11% from 255 or 7.46% from 402); Blue value is 180 (70.70% from 255 or 44.78% from 402); Max value from RGB is 192 - color contains mainly: red. Hex color #C01EB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C01EB4 is #3FE14B. Grayscale: #5F5F5F. Windows color (decimal): -4186444 or 11804352. OLE color: 11804352.

HSL color Cylindrical-coordinate representation of color #C01EB4: hue angle of 304.44º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C01EB4 is Cyan = 0, Magento = 0.84, Yellow = 0.06 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 30 180 -
CMYK 0 0.84 0.06 0.25
HSL 304.44º 0.73% 0.44% -
HSV(B) 304.44º 0.84% 0.75% -
XYZ 30.44 15.43 44.55 -
YUV 95.54 175.67 196.8 -
System Red Green Blue C M Y K H S L
Decimal 192 30 180 0 0.84 0.06 0.25 304.44 0.73 0.44
Hex C0 1E B4 0 54 6 19 130 49 2C
Octal 300 36 264 0 124 6 31 460 111 54
Binary 11000000 11110 10110100 0 1010100 110 11001 100110000 1001001 101100

Color Harmonies of #C01EB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01EB4

Black with #C01EB4

Text Example


Text Example

White with #C01EB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01EB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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