Html Css Color HEX #C01890 Medium Violet Red

📋 copy color: '#C01890'

red 192 ◦ green 24 ◦ blue 144

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

Shades of Medium Violet Red #C01890

Tints of Medium Violet Red #C01890

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 40%

R = 53.33%
G = 6.67%
B = 40%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.25

 K value IS 0.25

RGB Variations

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

Color information

#C01890 (or 0xC01890) is known color: Medium Violet Red. HEX triplet: C0, 18 and 90. RGB value is (192,24,144). Sum of RGB (Red+Green+Blue) = 192+24+144=360 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.33% from 360); Green value is 24 (9.77% from 255 or 6.67% from 360); Blue value is 144 (56.64% from 255 or 40% from 360); Max value from RGB is 192 - color contains mainly: red. Hex color #C01890 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C01890 is #3FE76F. Grayscale: #575757. Windows color (decimal): -4188016 or 9443520. OLE color: 9443520.

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

Color convert

RGB 192 24 144 -
CMYK 0 0.88 0.25 0.25
HSL 317.14º 0.78% 0.42% -
HSV(B) 317.14º 0.88% 0.75% -
XYZ 27.1 13.87 27.64 -
YUV 87.91 159.66 202.24 -
System Red Green Blue C M Y K H S L
Decimal 192 24 144 0 0.88 0.25 0.25 317.14 0.78 0.42
Hex C0 18 90 0 58 19 19 13D 4E 2A
Octal 300 30 220 0 130 31 31 475 116 52
Binary 11000000 11000 10010000 0 1011000 11001 11001 100111101 1001110 101010

Color Harmonies of #C01890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01890

Black with #C01890

Text Example


Text Example

White with #C01890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01890; }

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

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

background-color css

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

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

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

border-color css

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

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

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