Html Css Color HEX #C00988 Medium Violet Red

📋 copy color: '#C00988'

red 192 ◦ green 9 ◦ blue 136

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

Shades of Medium Violet Red #C00988

Tints of Medium Violet Red #C00988

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.67%

 BLUE value IS 136 (53.52% from 255) = 40.36%

R = 56.97%
G = 2.67%
B = 40.36%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.29

 K value IS 0.25

RGB Variations

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

Color information

#C00988 (or 0xC00988) is known color: Medium Violet Red. HEX triplet: C0, 09 and 88. RGB value is (192,9,136). Sum of RGB (Red+Green+Blue) = 192+9+136=337 (44% of max value = 765). Red value is 192 (75.39% from 255 or 56.97% from 337); Green value is 9 (3.91% from 255 or 2.67% from 337); Blue value is 136 (53.52% from 255 or 40.36% from 337); Max value from RGB is 192 - color contains mainly: red. Hex color #C00988 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C00988 is #3FF677. Grayscale: #4D4D4D. Windows color (decimal): -4191864 or 8915392. OLE color: 8915392.

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

Color convert

RGB 192 9 136 -
CMYK 0 0.95 0.29 0.25
HSL 318.36º 0.91% 0.39% -
HSV(B) 318.36º 0.95% 0.75% -
XYZ 26.28 13.18 24.45 -
YUV 78.2 160.63 209.17 -
System Red Green Blue C M Y K H S L
Decimal 192 9 136 0 0.95 0.29 0.25 318.36 0.91 0.39
Hex C0 9 88 0 5F 1D 19 13E 5B 27
Octal 300 11 210 0 137 35 31 476 133 47
Binary 11000000 1001 10001000 0 1011111 11101 11001 100111110 1011011 100111

Color Harmonies of #C00988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00988

Black with #C00988

Text Example


Text Example

White with #C00988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00988; }

 p { color: rgb(192,9,136); }

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

background-color css

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

 a { background-color: rgb(192,9,136); }

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

border-color css

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

 span { border-color: rgb(192,9,136); }

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