Html Css Color HEX #C01C93 Medium Violet Red

📋 copy color: '#C01C93'

red 192 ◦ green 28 ◦ blue 147

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

Shades of Medium Violet Red #C01C93

Tints of Medium Violet Red #C01C93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 40.05%

R = 52.32%
G = 7.63%
B = 40.05%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.23

 K value IS 0.25

RGB Variations

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

Color information

#C01C93 (or 0xC01C93) is known color: Medium Violet Red. HEX triplet: C0, 1C and 93. RGB value is (192,28,147). Sum of RGB (Red+Green+Blue) = 192+28+147=367 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.32% from 367); Green value is 28 (11.33% from 255 or 7.63% from 367); Blue value is 147 (57.81% from 255 or 40.05% from 367); Max value from RGB is 192 - color contains mainly: red. Hex color #C01C93 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C01C93 is #3FE36C. Grayscale: #5A5A5A. Windows color (decimal): -4186989 or 9641152. OLE color: 9641152.

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

Color convert

RGB 192 28 147 -
CMYK 0 0.85 0.23 0.25
HSL 316.46º 0.75% 0.43% -
HSV(B) 316.46º 0.85% 0.75% -
XYZ 27.42 14.14 28.89 -
YUV 90.6 159.83 200.32 -
System Red Green Blue C M Y K H S L
Decimal 192 28 147 0 0.85 0.23 0.25 316.46 0.75 0.43
Hex C0 1C 93 0 55 17 19 13C 4B 2B
Octal 300 34 223 0 125 27 31 474 113 53
Binary 11000000 11100 10010011 0 1010101 10111 11001 100111100 1001011 101011

Color Harmonies of #C01C93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01C93

Black with #C01C93

Text Example


Text Example

White with #C01C93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01C93; }

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

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

background-color css

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

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

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

border-color css

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

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

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