Html Css Color HEX #C011C4 Deep Magenta

📋 copy color: '#C011C4'

red 192 ◦ green 17 ◦ blue 196

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

Shades of Deep Magenta #C011C4

Tints of Deep Magenta #C011C4

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.2%

 BLUE value IS 196 (76.95% from 255) = 48.4%

R = 47.41%
G = 4.2%
B = 48.4%

CMYK

 C value IS 0.02

 M value IS 0.91

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#C011C4 (or 0xC011C4) is known color: Deep Magenta. HEX triplet: C0, 11 and C4. RGB value is (192,17,196). Sum of RGB (Red+Green+Blue) = 192+17+196=405 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.41% from 405); Green value is 17 (7.03% from 255 or 4.20% from 405); Blue value is 196 (76.95% from 255 or 48.40% from 405); Max value from RGB is 196 - color contains mainly: blue. Hex color #C011C4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C011C4 is #3FEE3B. Grayscale: #595959. Windows color (decimal): -4189756 or 12849600. OLE color: 12849600.

HSL color Cylindrical-coordinate representation of color #C011C4: hue angle of 298.66º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C011C4 is Cyan = 0.02, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 192 17 196 -
CMYK 0.02 0.91 0 0.23
HSL 298.66º 0.84% 0.42% -
HSV(B) 298.66º 0.91% 0.77% -
XYZ 31.9 15.59 53.55 -
YUV 89.73 187.98 200.95 -
System Red Green Blue C M Y K H S L
Decimal 192 17 196 0.02 0.91 0 0.23 298.66 0.84 0.42
Hex C0 11 C4 2 5B 0 17 12B 54 2A
Octal 300 21 304 2 133 0 27 453 124 52
Binary 11000000 10001 11000100 10 1011011 0 10111 100101011 1010100 101010

Color Harmonies of #C011C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C011C4

Black with #C011C4

Text Example


Text Example

White with #C011C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C011C4; }

 p { color: rgb(192,17,196); }

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

background-color css

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

 a { background-color: rgb(192,17,196); }

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

border-color css

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

 span { border-color: rgb(192,17,196); }

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