Html Css Color HEX #C10698 Medium Violet Red

📋 copy color: '#C10698'

red 193 ◦ green 6 ◦ blue 152

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

Shades of Medium Violet Red #C10698

Tints of Medium Violet Red #C10698

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.71%

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

R = 54.99%
G = 1.71%
B = 43.3%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.21

 K value IS 0.24

RGB Variations

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

Color information

#C10698 (or 0xC10698) is known color: Medium Violet Red. HEX triplet: C1, 06 and 98. RGB value is (193,6,152). Sum of RGB (Red+Green+Blue) = 193+6+152=351 (46% of max value = 765). Red value is 193 (75.78% from 255 or 54.99% from 351); Green value is 6 (2.73% from 255 or 1.71% from 351); Blue value is 152 (59.77% from 255 or 43.30% from 351); Max value from RGB is 193 - color contains mainly: red. Hex color #C10698 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C10698 is #3EF967. Grayscale: #4E4E4E. Windows color (decimal): -4127080 or 9963201. OLE color: 9963201.

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

Color convert

RGB 193 6 152 -
CMYK 0 0.97 0.21 0.24
HSL 313.16º 0.94% 0.39% -
HSV(B) 313.16º 0.97% 0.76% -
XYZ 27.72 13.73 30.9 -
YUV 78.56 169.45 209.63 -
System Red Green Blue C M Y K H S L
Decimal 193 6 152 0 0.97 0.21 0.24 313.16 0.94 0.39
Hex C1 6 98 0 61 15 18 139 5E 27
Octal 301 6 230 0 141 25 30 471 136 47
Binary 11000001 110 10011000 0 1100001 10101 11000 100111001 1011110 100111

Color Harmonies of #C10698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10698

Black with #C10698

Text Example


Text Example

White with #C10698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10698; }

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

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

background-color css

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

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

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

border-color css

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

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

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