Html Css Color HEX #C00090 Medium Violet Red

📋 copy color: '#C00090'

red 192 ◦ green 0 ◦ blue 144

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

Shades of Medium Violet Red #C00090

Tints of Medium Violet Red #C00090

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 57.14%
G = 0%
B = 42.86%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.25

 K value IS 0.25

RGB Variations

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

Color information

#C00090 (or 0xC00090) is known color: Medium Violet Red. HEX triplet: C0, 00 and 90. RGB value is (192,0,144). Sum of RGB (Red+Green+Blue) = 192+0+144=336 (44% of max value = 765). Red value is 192 (75.39% from 255 or 57.14% from 336); Green value is 0 (0.39% from 255 or 0% from 336); Blue value is 144 (56.64% from 255 or 42.86% from 336); Max value from RGB is 192 - color contains mainly: red. Hex color #C00090 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C00090 is #3FFF6F. Grayscale: #494949. Windows color (decimal): -4194160 or 9437376. OLE color: 9437376.

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

Color convert

RGB 192 0 144 -
CMYK 0 1 0.25 0.25
HSL 315º 1% 0.38% -
HSV(B) 315º 1% 0.75% -
XYZ 26.77 13.22 27.53 -
YUV 73.82 167.61 212.29 -
System Red Green Blue C M Y K H S L
Decimal 192 0 144 0 1 0.25 0.25 315 1 0.38
Hex C0 0 90 0 64 19 19 13B 64 26
Octal 300 0 220 0 144 31 31 473 144 46
Binary 11000000 0 10010000 0 1100100 11001 11001 100111011 1100100 100110

Color Harmonies of #C00090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00090

Black with #C00090

Text Example


Text Example

White with #C00090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00090; }

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

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

background-color css

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

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

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

border-color css

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

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

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