Html Css Color HEX #C01ECB Deep Magenta

📋 copy color: '#C01ECB'

red 192 ◦ green 30 ◦ blue 203

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

Shades of Deep Magenta #C01ECB

Tints of Deep Magenta #C01ECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 47.76%

R = 45.18%
G = 7.06%
B = 47.76%

CMYK

 C value IS 0.05

 M value IS 0.85

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C01ECB (or 0xC01ECB) is known color: Deep Magenta. HEX triplet: C0, 1E and CB. RGB value is (192,30,203). Sum of RGB (Red+Green+Blue) = 192+30+203=425 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.18% from 425); Green value is 30 (12.11% from 255 or 7.06% from 425); Blue value is 203 (79.69% from 255 or 47.76% from 425); Max value from RGB is 203 - color contains mainly: blue. Hex color #C01ECB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C01ECB is #3FE134. Grayscale: #616161. Windows color (decimal): -4186421 or 13311680. OLE color: 13311680.

HSL color Cylindrical-coordinate representation of color #C01ECB: hue angle of 296.18º 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 #C01ECB is Cyan = 0.05, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 192 30 203 -
CMYK 0.05 0.85 0 0.20
HSL 296.19º 0.74% 0.46% -
HSV(B) 296.19º 0.85% 0.8% -
XYZ 32.98 16.45 57.94 -
YUV 98.16 187.17 194.93 -
System Red Green Blue C M Y K H S L
Decimal 192 30 203 0.05 0.85 0 0.20 296.19 0.74 0.46
Hex C0 1E CB 5 55 0 14 128 4A 2E
Octal 300 36 313 5 125 0 24 450 112 56
Binary 11000000 11110 11001011 101 1010101 0 10100 100101000 1001010 101110

Color Harmonies of #C01ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01ECB

Black with #C01ECB

Text Example


Text Example

White with #C01ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01ECB; }

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

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

background-color css

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

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

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

border-color css

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

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

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