Html Css Color HEX #C10883 Medium Violet Red

📋 copy color: '#C10883'

red 193 ◦ green 8 ◦ blue 131

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

Shades of Medium Violet Red #C10883

Tints of Medium Violet Red #C10883

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 39.46%

R = 58.13%
G = 2.41%
B = 39.46%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.32

 K value IS 0.24

RGB Variations

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

Color information

#C10883 (or 0xC10883) is known color: Medium Violet Red. HEX triplet: C1, 08 and 83. RGB value is (193,8,131). Sum of RGB (Red+Green+Blue) = 193+8+131=332 (43% of max value = 765). Red value is 193 (75.78% from 255 or 58.13% from 332); Green value is 8 (3.52% from 255 or 2.41% from 332); Blue value is 131 (51.56% from 255 or 39.46% from 332); Max value from RGB is 193 - color contains mainly: red. Hex color #C10883 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C10883 is #3EF77C. Grayscale: #4D4D4D. Windows color (decimal): -4126589 or 8587457. OLE color: 8587457.

HSL color Cylindrical-coordinate representation of color #C10883: hue angle of 320.11º 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 #C10883 is Cyan = 0, Magento = 0.96, Yellow = 0.32 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 8 131 -
CMYK 0 0.96 0.32 0.24
HSL 320.11º 0.92% 0.39% -
HSV(B) 320.11º 0.96% 0.76% -
XYZ 26.18 13.15 22.63 -
YUV 77.34 158.29 210.5 -
System Red Green Blue C M Y K H S L
Decimal 193 8 131 0 0.96 0.32 0.24 320.11 0.92 0.39
Hex C1 8 83 0 60 20 18 140 5C 27
Octal 301 10 203 0 140 40 30 500 134 47
Binary 11000001 1000 10000011 0 1100000 100000 11000 101000000 1011100 100111

Color Harmonies of #C10883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10883

Black with #C10883

Text Example


Text Example

White with #C10883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10883; }

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

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

background-color css

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

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

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

border-color css

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

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

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