Html Css Color HEX #C00C90 Medium Violet Red

📋 copy color: '#C00C90'

red 192 ◦ green 12 ◦ blue 144

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

Shades of Medium Violet Red #C00C90

Tints of Medium Violet Red #C00C90

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.45%

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

R = 55.17%
G = 3.45%
B = 41.38%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.25

 K value IS 0.25

RGB Variations

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

Color information

#C00C90 (or 0xC00C90) is known color: Medium Violet Red. HEX triplet: C0, 0C and 90. RGB value is (192,12,144). Sum of RGB (Red+Green+Blue) = 192+12+144=348 (46% of max value = 765). Red value is 192 (75.39% from 255 or 55.17% from 348); Green value is 12 (5.08% from 255 or 3.45% from 348); Blue value is 144 (56.64% from 255 or 41.38% from 348); Max value from RGB is 192 - color contains mainly: red. Hex color #C00C90 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C00C90 is #3FF36F. Grayscale: #505050. Windows color (decimal): -4191088 or 9440448. OLE color: 9440448.

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

Color convert

RGB 192 12 144 -
CMYK 0 0.94 0.25 0.25
HSL 316º 0.88% 0.4% -
HSV(B) 316º 0.94% 0.75% -
XYZ 26.9 13.48 27.57 -
YUV 80.87 163.63 207.27 -
System Red Green Blue C M Y K H S L
Decimal 192 12 144 0 0.94 0.25 0.25 316 0.88 0.4
Hex C0 C 90 0 5E 19 19 13C 58 28
Octal 300 14 220 0 136 31 31 474 130 50
Binary 11000000 1100 10010000 0 1011110 11001 11001 100111100 1011000 101000

Color Harmonies of #C00C90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00C90

Black with #C00C90

Text Example


Text Example

White with #C00C90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00C90; }

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

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

background-color css

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

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

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

border-color css

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

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

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