Html Css Color HEX #C00488 Medium Violet Red

📋 copy color: '#C00488'

red 192 ◦ green 4 ◦ blue 136

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

Shades of Medium Violet Red #C00488

Tints of Medium Violet Red #C00488

RGB

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

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

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

R = 57.83%
G = 1.2%
B = 40.96%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.29

 K value IS 0.25

RGB Variations

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

Color information

#C00488 (or 0xC00488) is known color: Medium Violet Red. HEX triplet: C0, 04 and 88. RGB value is (192,4,136). Sum of RGB (Red+Green+Blue) = 192+4+136=332 (43% of max value = 765). Red value is 192 (75.39% from 255 or 57.83% from 332); Green value is 4 (1.95% from 255 or 1.20% from 332); Blue value is 136 (53.52% from 255 or 40.96% from 332); Max value from RGB is 192 - color contains mainly: red. Hex color #C00488 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C00488 is #3FFB77. Grayscale: #4A4A4A. Windows color (decimal): -4193144 or 8914112. OLE color: 8914112.

HSL color Cylindrical-coordinate representation of color #C00488: hue angle of 317.87º 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 #C00488 is Cyan = 0, Magento = 0.98, Yellow = 0.29 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 4 136 -
CMYK 0 0.98 0.29 0.25
HSL 317.87º 0.96% 0.38% -
HSV(B) 317.87º 0.98% 0.75% -
XYZ 26.23 13.07 24.43 -
YUV 75.26 162.28 211.27 -
System Red Green Blue C M Y K H S L
Decimal 192 4 136 0 0.98 0.29 0.25 317.87 0.96 0.38
Hex C0 4 88 0 62 1D 19 13E 60 26
Octal 300 4 210 0 142 35 31 476 140 46
Binary 11000000 100 10001000 0 1100010 11101 11001 100111110 1100000 100110

Color Harmonies of #C00488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00488

Black with #C00488

Text Example


Text Example

White with #C00488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00488; }

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

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

background-color css

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

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

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

border-color css

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

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

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