Html Css Color HEX #C10888 Medium Violet Red

📋 copy color: '#C10888'

red 193 ◦ green 8 ◦ blue 136

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

Shades of Medium Violet Red #C10888

Tints of Medium Violet Red #C10888

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.37%

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

R = 57.27%
G = 2.37%
B = 40.36%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.30

 K value IS 0.24

RGB Variations

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

Color information

#C10888 (or 0xC10888) is known color: Medium Violet Red. HEX triplet: C1, 08 and 88. RGB value is (193,8,136). Sum of RGB (Red+Green+Blue) = 193+8+136=337 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.27% from 337); Green value is 8 (3.52% from 255 or 2.37% from 337); Blue value is 136 (53.52% from 255 or 40.36% from 337); Max value from RGB is 193 - color contains mainly: red. Hex color #C10888 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C10888 is #3EF777. Grayscale: #4D4D4D. Windows color (decimal): -4126584 or 8915137. OLE color: 8915137.

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

Color convert

RGB 193 8 136 -
CMYK 0 0.96 0.30 0.24
HSL 318.49º 0.92% 0.39% -
HSV(B) 318.49º 0.96% 0.76% -
XYZ 26.52 13.29 24.46 -
YUV 77.91 160.79 210.09 -
System Red Green Blue C M Y K H S L
Decimal 193 8 136 0 0.96 0.30 0.24 318.49 0.92 0.39
Hex C1 8 88 0 60 1E 18 13E 5C 27
Octal 301 10 210 0 140 36 30 476 134 47
Binary 11000001 1000 10001000 0 1100000 11110 11000 100111110 1011100 100111

Color Harmonies of #C10888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10888

Black with #C10888

Text Example


Text Example

White with #C10888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10888; }

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

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

background-color css

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

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

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

border-color css

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

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

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