Html Css Color HEX #C00190 Medium Violet Red

📋 copy color: '#C00190'

red 192 ◦ green 1 ◦ blue 144

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

Shades of Medium Violet Red #C00190

Tints of Medium Violet Red #C00190

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.3%

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

R = 56.97%
G = 0.3%
B = 42.73%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.25

 K value IS 0.25

RGB Variations

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

Color information

#C00190 (or 0xC00190) is known color: Medium Violet Red. HEX triplet: C0, 01 and 90. RGB value is (192,1,144). Sum of RGB (Red+Green+Blue) = 192+1+144=337 (44% of max value = 765). Red value is 192 (75.39% from 255 or 56.97% from 337); Green value is 1 (0.78% from 255 or 0.30% from 337); Blue value is 144 (56.64% from 255 or 42.73% from 337); Max value from RGB is 192 - color contains mainly: red. Hex color #C00190 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C00190 is #3FFE6F. Grayscale: #4A4A4A. Windows color (decimal): -4193904 or 9437632. OLE color: 9437632.

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

Color convert

RGB 192 1 144 -
CMYK 0 0.99 0.25 0.25
HSL 315.08º 0.99% 0.38% -
HSV(B) 315.08º 0.99% 0.75% -
XYZ 26.78 13.24 27.53 -
YUV 74.41 167.28 211.87 -
System Red Green Blue C M Y K H S L
Decimal 192 1 144 0 0.99 0.25 0.25 315.08 0.99 0.38
Hex C0 1 90 0 63 19 19 13B 63 26
Octal 300 1 220 0 143 31 31 473 143 46
Binary 11000000 1 10010000 0 1100011 11001 11001 100111011 1100011 100110

Color Harmonies of #C00190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00190

Black with #C00190

Text Example


Text Example

White with #C00190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00190; }

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

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

background-color css

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

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

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

border-color css

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

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

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