Html Css Color HEX #C01892 Medium Violet Red

📋 copy color: '#C01892'

red 192 ◦ green 24 ◦ blue 146

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

Shades of Medium Violet Red #C01892

Tints of Medium Violet Red #C01892

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.63%

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

R = 53.04%
G = 6.63%
B = 40.33%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.24

 K value IS 0.25

RGB Variations

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

Color information

#C01892 (or 0xC01892) is known color: Medium Violet Red. HEX triplet: C0, 18 and 92. RGB value is (192,24,146). Sum of RGB (Red+Green+Blue) = 192+24+146=362 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.04% from 362); Green value is 24 (9.77% from 255 or 6.63% from 362); Blue value is 146 (57.42% from 255 or 40.33% from 362); Max value from RGB is 192 - color contains mainly: red. Hex color #C01892 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C01892 is #3FE76D. Grayscale: #575757. Windows color (decimal): -4188014 or 9574592. OLE color: 9574592.

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

Color convert

RGB 192 24 146 -
CMYK 0 0.88 0.24 0.25
HSL 316.43º 0.78% 0.42% -
HSV(B) 316.43º 0.88% 0.75% -
XYZ 27.25 13.94 28.45 -
YUV 88.14 160.66 202.08 -
System Red Green Blue C M Y K H S L
Decimal 192 24 146 0 0.88 0.24 0.25 316.43 0.78 0.42
Hex C0 18 92 0 58 18 19 13C 4E 2A
Octal 300 30 222 0 130 30 31 474 116 52
Binary 11000000 11000 10010010 0 1011000 11000 11001 100111100 1001110 101010

Color Harmonies of #C01892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01892

Black with #C01892

Text Example


Text Example

White with #C01892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01892; }

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

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

background-color css

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

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

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

border-color css

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

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

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