Html Css Color HEX #C01492 Medium Violet Red

📋 copy color: '#C01492'

red 192 ◦ green 20 ◦ blue 146

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

Shades of Medium Violet Red #C01492

Tints of Medium Violet Red #C01492

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.59%

 BLUE value IS 146 (57.42% from 255) = 40.78%

R = 53.63%
G = 5.59%
B = 40.78%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.24

 K value IS 0.25

RGB Variations

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

Color information

#C01492 (or 0xC01492) is known color: Medium Violet Red. HEX triplet: C0, 14 and 92. RGB value is (192,20,146). Sum of RGB (Red+Green+Blue) = 192+20+146=358 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.63% from 358); Green value is 20 (8.20% from 255 or 5.59% from 358); Blue value is 146 (57.42% from 255 or 40.78% from 358); Max value from RGB is 192 - color contains mainly: red. Hex color #C01492 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C01492 is #3FEB6D. Grayscale: #555555. Windows color (decimal): -4189038 or 9573568. OLE color: 9573568.

HSL color Cylindrical-coordinate representation of color #C01492: hue angle of 316.05º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C01492 is Cyan = 0, Magento = 0.90, Yellow = 0.24 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 20 146 -
CMYK 0 0.90 0.24 0.25
HSL 316.05º 0.81% 0.42% -
HSV(B) 316.05º 0.9% 0.75% -
XYZ 27.18 13.78 28.42 -
YUV 85.79 161.98 203.75 -
System Red Green Blue C M Y K H S L
Decimal 192 20 146 0 0.90 0.24 0.25 316.05 0.81 0.42
Hex C0 14 92 0 5A 18 19 13C 51 2A
Octal 300 24 222 0 132 30 31 474 121 52
Binary 11000000 10100 10010010 0 1011010 11000 11001 100111100 1010001 101010

Color Harmonies of #C01492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01492

Black with #C01492

Text Example


Text Example

White with #C01492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01492; }

 p { color: rgb(192,20,146); }

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

background-color css

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

 a { background-color: rgb(192,20,146); }

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

border-color css

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

 span { border-color: rgb(192,20,146); }

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