Html Css Color HEX #C10188 Medium Violet Red

📋 copy color: '#C10188'

red 193 ◦ green 1 ◦ blue 136

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

Shades of Medium Violet Red #C10188

Tints of Medium Violet Red #C10188

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.3%

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

R = 58.48%
G = 0.3%
B = 41.21%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.30

 K value IS 0.24

RGB Variations

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

Color information

#C10188 (or 0xC10188) is known color: Medium Violet Red. HEX triplet: C1, 01 and 88. RGB value is (193,1,136). Sum of RGB (Red+Green+Blue) = 193+1+136=330 (43% of max value = 765). Red value is 193 (75.78% from 255 or 58.48% from 330); Green value is 1 (0.78% from 255 or 0.30% from 330); Blue value is 136 (53.52% from 255 or 41.21% from 330); Max value from RGB is 193 - color contains mainly: red. Hex color #C10188 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C10188 is #3EFE77. Grayscale: #494949. Windows color (decimal): -4128376 or 8913345. OLE color: 8913345.

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

Color convert

RGB 193 1 136 -
CMYK 0 0.99 0.30 0.24
HSL 317.81º 0.99% 0.38% -
HSV(B) 317.81º 0.99% 0.76% -
XYZ 26.45 13.14 24.43 -
YUV 73.8 163.11 213.02 -
System Red Green Blue C M Y K H S L
Decimal 193 1 136 0 0.99 0.30 0.24 317.81 0.99 0.38
Hex C1 1 88 0 63 1E 18 13E 63 26
Octal 301 1 210 0 143 36 30 476 143 46
Binary 11000001 1 10001000 0 1100011 11110 11000 100111110 1100011 100110

Color Harmonies of #C10188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10188

Black with #C10188

Text Example


Text Example

White with #C10188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10188; }

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

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

background-color css

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

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

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

border-color css

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

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

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