Html Css Color HEX #C10184 Medium Violet Red

📋 copy color: '#C10184'

red 193 ◦ green 1 ◦ blue 132

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

Shades of Medium Violet Red #C10184

Tints of Medium Violet Red #C10184

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 40.49%

R = 59.2%
G = 0.31%
B = 40.49%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.32

 K value IS 0.24

RGB Variations

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

Color information

#C10184 (or 0xC10184) is known color: Medium Violet Red. HEX triplet: C1, 01 and 84. RGB value is (193,1,132). Sum of RGB (Red+Green+Blue) = 193+1+132=326 (43% of max value = 765). Red value is 193 (75.78% from 255 or 59.20% from 326); Green value is 1 (0.78% from 255 or 0.31% from 326); Blue value is 132 (51.95% from 255 or 40.49% from 326); Max value from RGB is 193 - color contains mainly: red. Hex color #C10184 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C10184 is #3EFE7B. Grayscale: #494949. Windows color (decimal): -4128380 or 8651201. OLE color: 8651201.

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

Color convert

RGB 193 1 132 -
CMYK 0 0.99 0.32 0.24
HSL 319.06º 0.99% 0.38% -
HSV(B) 319.06º 0.99% 0.76% -
XYZ 26.17 13.03 22.96 -
YUV 73.34 161.11 213.35 -
System Red Green Blue C M Y K H S L
Decimal 193 1 132 0 0.99 0.32 0.24 319.06 0.99 0.38
Hex C1 1 84 0 63 20 18 13F 63 26
Octal 301 1 204 0 143 40 30 477 143 46
Binary 11000001 1 10000100 0 1100011 100000 11000 100111111 1100011 100110

Color Harmonies of #C10184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10184

Black with #C10184

Text Example


Text Example

White with #C10184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10184; }

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

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

background-color css

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

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

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

border-color css

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

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

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