Html Css Color HEX #C01C9D Medium Violet Red

📋 copy color: '#C01C9D'

red 192 ◦ green 28 ◦ blue 157

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

Shades of Medium Violet Red #C01C9D

Tints of Medium Violet Red #C01C9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 41.64%

R = 50.93%
G = 7.43%
B = 41.64%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.18

 K value IS 0.25

RGB Variations

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

Color information

#C01C9D (or 0xC01C9D) is known color: Medium Violet Red. HEX triplet: C0, 1C and 9D. RGB value is (192,28,157). Sum of RGB (Red+Green+Blue) = 192+28+157=377 (49% of max value = 765). Red value is 192 (75.39% from 255 or 50.93% from 377); Green value is 28 (11.33% from 255 or 7.43% from 377); Blue value is 157 (61.72% from 255 or 41.64% from 377); Max value from RGB is 192 - color contains mainly: red. Hex color #C01C9D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C01C9D is #3FE362. Grayscale: #5B5B5B. Windows color (decimal): -4186979 or 10296512. OLE color: 10296512.

HSL color Cylindrical-coordinate representation of color #C01C9D: hue angle of 312.8º 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 #C01C9D is Cyan = 0, Magento = 0.85, Yellow = 0.18 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 28 157 -
CMYK 0 0.85 0.18 0.25
HSL 312.8º 0.75% 0.43% -
HSV(B) 312.8º 0.85% 0.75% -
XYZ 28.24 14.47 33.2 -
YUV 91.74 164.83 199.51 -
System Red Green Blue C M Y K H S L
Decimal 192 28 157 0 0.85 0.18 0.25 312.8 0.75 0.43
Hex C0 1C 9D 0 55 12 19 139 4B 2B
Octal 300 34 235 0 125 22 31 471 113 53
Binary 11000000 11100 10011101 0 1010101 10010 11001 100111001 1001011 101011

Color Harmonies of #C01C9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01C9D

Black with #C01C9D

Text Example


Text Example

White with #C01C9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01C9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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