Html Css Color HEX #C011CB Deep Magenta

📋 copy color: '#C011CB'

red 192 ◦ green 17 ◦ blue 203

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

Shades of Deep Magenta #C011CB

Tints of Deep Magenta #C011CB

RGB

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

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

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

R = 46.6%
G = 4.13%
B = 49.27%

CMYK

 C value IS 0.05

 M value IS 0.92

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C011CB (or 0xC011CB) is known color: Deep Magenta. HEX triplet: C0, 11 and CB. RGB value is (192,17,203). Sum of RGB (Red+Green+Blue) = 192+17+203=412 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.60% from 412); Green value is 17 (7.03% from 255 or 4.13% from 412); Blue value is 203 (79.69% from 255 or 49.27% from 412); Max value from RGB is 203 - color contains mainly: blue. Hex color #C011CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C011CB is #3FEE34. Grayscale: #595959. Windows color (decimal): -4189749 or 13308352. OLE color: 13308352.

HSL color Cylindrical-coordinate representation of color #C011CB: hue angle of 296.45º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C011CB is Cyan = 0.05, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 192 17 203 -
CMYK 0.05 0.92 0 0.20
HSL 296.45º 0.85% 0.43% -
HSV(B) 296.45º 0.92% 0.8% -
XYZ 32.72 15.92 57.85 -
YUV 90.53 191.48 200.38 -
System Red Green Blue C M Y K H S L
Decimal 192 17 203 0.05 0.92 0 0.20 296.45 0.85 0.43
Hex C0 11 CB 5 5C 0 14 128 55 2B
Octal 300 21 313 5 134 0 24 450 125 53
Binary 11000000 10001 11001011 101 1011100 0 10100 100101000 1010101 101011

Color Harmonies of #C011CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C011CB

Black with #C011CB

Text Example


Text Example

White with #C011CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C011CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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