Html Css Color HEX #C01CE0 Deep Magenta

📋 copy color: '#C01CE0'

red 192 ◦ green 28 ◦ blue 224

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

Shades of Deep Magenta #C01CE0

Tints of Deep Magenta #C01CE0

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.31%

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

R = 43.24%
G = 6.31%
B = 50.45%

CMYK

 C value IS 0.14

 M value IS 0.88

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C01CE0 (or 0xC01CE0) is known color: Deep Magenta. HEX triplet: C0, 1C and E0. RGB value is (192,28,224). Sum of RGB (Red+Green+Blue) = 192+28+224=444 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.24% from 444); Green value is 28 (11.33% from 255 or 6.31% from 444); Blue value is 224 (87.89% from 255 or 50.45% from 444); Max value from RGB is 224 - color contains mainly: blue. Hex color #C01CE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C01CE0 is #3FE31F. Grayscale: #626262. Windows color (decimal): -4186912 or 14687424. OLE color: 14687424.

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

Color convert

RGB 192 28 224 -
CMYK 0.14 0.88 0 0.12
HSL 290.2º 0.78% 0.49% -
HSV(B) 290.2º 0.88% 0.88% -
XYZ 35.61 17.42 72.01 -
YUV 99.38 198.33 194.06 -
System Red Green Blue C M Y K H S L
Decimal 192 28 224 0.14 0.88 0 0.12 290.2 0.78 0.49
Hex C0 1C E0 E 58 0 C 122 4E 31
Octal 300 34 340 16 130 0 14 442 116 61
Binary 11000000 11100 11100000 1110 1011000 0 1100 100100010 1001110 110001

Color Harmonies of #C01CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01CE0

Black with #C01CE0

Text Example


Text Example

White with #C01CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01CE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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