Html Css Color HEX #C10088 Medium Violet Red

📋 copy color: '#C10088'

red 193 ◦ green 0 ◦ blue 136

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

Shades of Medium Violet Red #C10088

Tints of Medium Violet Red #C10088

RGB

 RED value IS 193 (75.78% from 255) = 58.66%

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

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

R = 58.66%
G = 0%
B = 41.34%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.30

 K value IS 0.24

RGB Variations

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

Color information

#C10088 (or 0xC10088) is known color: Medium Violet Red. HEX triplet: C1, 00 and 88. RGB value is (193,0,136). Sum of RGB (Red+Green+Blue) = 193+0+136=329 (43% of max value = 765). Red value is 193 (75.78% from 255 or 58.66% from 329); Green value is 0 (0.39% from 255 or 0% from 329); Blue value is 136 (53.52% from 255 or 41.34% from 329); Max value from RGB is 193 - color contains mainly: red. Hex color #C10088 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C10088 is #3EFF77. Grayscale: #484848. Windows color (decimal): -4128632 or 8913089. OLE color: 8913089.

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

Color convert

RGB 193 0 136 -
CMYK 0 1 0.30 0.24
HSL 317.72º 1% 0.38% -
HSV(B) 317.72º 1% 0.76% -
XYZ 26.44 13.12 24.43 -
YUV 73.21 163.44 213.44 -
System Red Green Blue C M Y K H S L
Decimal 193 0 136 0 1 0.30 0.24 317.72 1 0.38
Hex C1 0 88 0 64 1E 18 13E 64 26
Octal 301 0 210 0 144 36 30 476 144 46
Binary 11000001 0 10001000 0 1100100 11110 11000 100111110 1100100 100110

Color Harmonies of #C10088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10088

Black with #C10088

Text Example


Text Example

White with #C10088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10088; }

 p { color: rgb(193,0,136); }

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

background-color css

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

 a { background-color: rgb(193,0,136); }

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

border-color css

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

 span { border-color: rgb(193,0,136); }

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