Html Css Color HEX #C01183 Medium Violet Red

📋 copy color: '#C01183'

red 192 ◦ green 17 ◦ blue 131

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

Shades of Medium Violet Red #C01183

Tints of Medium Violet Red #C01183

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 38.53%

R = 56.47%
G = 5%
B = 38.53%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.32

 K value IS 0.25

RGB Variations

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

Color information

#C01183 (or 0xC01183) is known color: Medium Violet Red. HEX triplet: C0, 11 and 83. RGB value is (192,17,131). Sum of RGB (Red+Green+Blue) = 192+17+131=340 (45% of max value = 765). Red value is 192 (75.39% from 255 or 56.47% from 340); Green value is 17 (7.03% from 255 or 5% from 340); Blue value is 131 (51.56% from 255 or 38.53% from 340); Max value from RGB is 192 - color contains mainly: red. Hex color #C01183 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C01183 is #3FEE7C. Grayscale: #525252. Windows color (decimal): -4189821 or 8589760. OLE color: 8589760.

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

Color convert

RGB 192 17 131 -
CMYK 0 0.91 0.32 0.25
HSL 320.91º 0.84% 0.41% -
HSV(B) 320.91º 0.91% 0.75% -
XYZ 26.04 13.25 22.66 -
YUV 82.32 155.48 206.23 -
System Red Green Blue C M Y K H S L
Decimal 192 17 131 0 0.91 0.32 0.25 320.91 0.84 0.41
Hex C0 11 83 0 5B 20 19 141 54 29
Octal 300 21 203 0 133 40 31 501 124 51
Binary 11000000 10001 10000011 0 1011011 100000 11001 101000001 1010100 101001

Color Harmonies of #C01183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01183

Black with #C01183

Text Example


Text Example

White with #C01183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01183; }

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

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

background-color css

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

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

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

border-color css

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

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

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