Html Css Color HEX #C10398 Medium Violet Red

📋 copy color: '#C10398'

red 193 ◦ green 3 ◦ blue 152

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

Shades of Medium Violet Red #C10398

Tints of Medium Violet Red #C10398

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 43.68%

R = 55.46%
G = 0.86%
B = 43.68%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.21

 K value IS 0.24

RGB Variations

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

Color information

#C10398 (or 0xC10398) is known color: Medium Violet Red. HEX triplet: C1, 03 and 98. RGB value is (193,3,152). Sum of RGB (Red+Green+Blue) = 193+3+152=348 (46% of max value = 765). Red value is 193 (75.78% from 255 or 55.46% from 348); Green value is 3 (1.56% from 255 or 0.86% from 348); Blue value is 152 (59.77% from 255 or 43.68% from 348); Max value from RGB is 193 - color contains mainly: red. Hex color #C10398 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C10398 is #3EFC67. Grayscale: #4C4C4C. Windows color (decimal): -4127848 or 9962433. OLE color: 9962433.

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

Color convert

RGB 193 3 152 -
CMYK 0 0.98 0.21 0.24
HSL 312.95º 0.97% 0.38% -
HSV(B) 312.95º 0.98% 0.76% -
XYZ 27.69 13.67 30.88 -
YUV 76.8 170.45 210.88 -
System Red Green Blue C M Y K H S L
Decimal 193 3 152 0 0.98 0.21 0.24 312.95 0.97 0.38
Hex C1 3 98 0 62 15 18 139 61 26
Octal 301 3 230 0 142 25 30 471 141 46
Binary 11000001 11 10011000 0 1100010 10101 11000 100111001 1100001 100110

Color Harmonies of #C10398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10398

Black with #C10398

Text Example


Text Example

White with #C10398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10398; }

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

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

background-color css

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

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

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

border-color css

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

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

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