Html Css Color HEX #C10384 Medium Violet Red

📋 copy color: '#C10384'

red 193 ◦ green 3 ◦ blue 132

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

Shades of Medium Violet Red #C10384

Tints of Medium Violet Red #C10384

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.91%

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

R = 58.84%
G = 0.91%
B = 40.24%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.32

 K value IS 0.24

RGB Variations

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

Color information

#C10384 (or 0xC10384) is known color: Medium Violet Red. HEX triplet: C1, 03 and 84. RGB value is (193,3,132). Sum of RGB (Red+Green+Blue) = 193+3+132=328 (43% of max value = 765). Red value is 193 (75.78% from 255 or 58.84% from 328); Green value is 3 (1.56% from 255 or 0.91% from 328); Blue value is 132 (51.95% from 255 or 40.24% from 328); Max value from RGB is 193 - color contains mainly: red. Hex color #C10384 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C10384 is #3EFC7B. Grayscale: #4A4A4A. Windows color (decimal): -4127868 or 8651713. OLE color: 8651713.

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

Color convert

RGB 193 3 132 -
CMYK 0 0.98 0.32 0.24
HSL 319.26º 0.97% 0.38% -
HSV(B) 319.26º 0.98% 0.76% -
XYZ 26.19 13.07 22.97 -
YUV 74.52 160.45 212.51 -
System Red Green Blue C M Y K H S L
Decimal 193 3 132 0 0.98 0.32 0.24 319.26 0.97 0.38
Hex C1 3 84 0 62 20 18 13F 61 26
Octal 301 3 204 0 142 40 30 477 141 46
Binary 11000001 11 10000100 0 1100010 100000 11000 100111111 1100001 100110

Color Harmonies of #C10384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10384

Black with #C10384

Text Example


Text Example

White with #C10384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10384; }

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

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

background-color css

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

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

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

border-color css

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

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

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