Html Css Color HEX #C01C8D Medium Violet Red

📋 copy color: '#C01C8D'

red 192 ◦ green 28 ◦ blue 141

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

Shades of Medium Violet Red #C01C8D

Tints of Medium Violet Red #C01C8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 39.06%

R = 53.19%
G = 7.76%
B = 39.06%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#C01C8D (or 0xC01C8D) is known color: Medium Violet Red. HEX triplet: C0, 1C and 8D. RGB value is (192,28,141). Sum of RGB (Red+Green+Blue) = 192+28+141=361 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.19% from 361); Green value is 28 (11.33% from 255 or 7.76% from 361); Blue value is 141 (55.47% from 255 or 39.06% from 361); Max value from RGB is 192 - color contains mainly: red. Hex color #C01C8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C01C8D is #3FE372. Grayscale: #595959. Windows color (decimal): -4186995 or 9247936. OLE color: 9247936.

HSL color Cylindrical-coordinate representation of color #C01C8D: hue angle of 318.66º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C01C8D is Cyan = 0, Magento = 0.85, Yellow = 0.27 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 28 141 -
CMYK 0 0.85 0.27 0.25
HSL 318.66º 0.75% 0.43% -
HSV(B) 318.66º 0.85% 0.75% -
XYZ 26.96 13.96 26.47 -
YUV 89.92 156.83 200.81 -
System Red Green Blue C M Y K H S L
Decimal 192 28 141 0 0.85 0.27 0.25 318.66 0.75 0.43
Hex C0 1C 8D 0 55 1B 19 13F 4B 2B
Octal 300 34 215 0 125 33 31 477 113 53
Binary 11000000 11100 10001101 0 1010101 11011 11001 100111111 1001011 101011

Color Harmonies of #C01C8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01C8D

Black with #C01C8D

Text Example


Text Example

White with #C01C8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01C8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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