Html Css Color HEX #C00490 Medium Violet Red

📋 copy color: '#C00490'

red 192 ◦ green 4 ◦ blue 144

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

Shades of Medium Violet Red #C00490

Tints of Medium Violet Red #C00490

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.18%

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

R = 56.47%
G = 1.18%
B = 42.35%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.25

 K value IS 0.25

RGB Variations

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

Color information

#C00490 (or 0xC00490) is known color: Medium Violet Red. HEX triplet: C0, 04 and 90. RGB value is (192,4,144). Sum of RGB (Red+Green+Blue) = 192+4+144=340 (45% of max value = 765). Red value is 192 (75.39% from 255 or 56.47% from 340); Green value is 4 (1.95% from 255 or 1.18% from 340); Blue value is 144 (56.64% from 255 or 42.35% from 340); Max value from RGB is 192 - color contains mainly: red. Hex color #C00490 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C00490 is #3FFB6F. Grayscale: #4B4B4B. Windows color (decimal): -4193136 or 9438400. OLE color: 9438400.

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

Color convert

RGB 192 4 144 -
CMYK 0 0.98 0.25 0.25
HSL 315.32º 0.96% 0.38% -
HSV(B) 315.32º 0.98% 0.75% -
XYZ 26.82 13.31 27.54 -
YUV 76.17 166.28 210.62 -
System Red Green Blue C M Y K H S L
Decimal 192 4 144 0 0.98 0.25 0.25 315.32 0.96 0.38
Hex C0 4 90 0 62 19 19 13B 60 26
Octal 300 4 220 0 142 31 31 473 140 46
Binary 11000000 100 10010000 0 1100010 11001 11001 100111011 1100000 100110

Color Harmonies of #C00490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00490

Black with #C00490

Text Example


Text Example

White with #C00490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00490; }

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

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

background-color css

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

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

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

border-color css

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

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

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