Html Css Color HEX #C10298 Medium Violet Red

📋 copy color: '#C10298'

red 193 ◦ green 2 ◦ blue 152

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

Shades of Medium Violet Red #C10298

Tints of Medium Violet Red #C10298

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.58%

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

R = 55.62%
G = 0.58%
B = 43.8%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.21

 K value IS 0.24

RGB Variations

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

Color information

#C10298 (or 0xC10298) is known color: Medium Violet Red. HEX triplet: C1, 02 and 98. RGB value is (193,2,152). Sum of RGB (Red+Green+Blue) = 193+2+152=347 (45% of max value = 765). Red value is 193 (75.78% from 255 or 55.62% from 347); Green value is 2 (1.17% from 255 or 0.58% from 347); Blue value is 152 (59.77% from 255 or 43.80% from 347); Max value from RGB is 193 - color contains mainly: red. Hex color #C10298 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C10298 is #3EFD67. Grayscale: #4B4B4B. Windows color (decimal): -4128104 or 9962177. OLE color: 9962177.

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

Color convert

RGB 193 2 152 -
CMYK 0 0.99 0.21 0.24
HSL 312.88º 0.98% 0.38% -
HSV(B) 312.88º 0.99% 0.76% -
XYZ 27.68 13.65 30.88 -
YUV 76.21 170.78 211.3 -
System Red Green Blue C M Y K H S L
Decimal 193 2 152 0 0.99 0.21 0.24 312.88 0.98 0.38
Hex C1 2 98 0 63 15 18 139 62 26
Octal 301 2 230 0 143 25 30 471 142 46
Binary 11000001 10 10011000 0 1100011 10101 11000 100111001 1100010 100110

Color Harmonies of #C10298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10298

Black with #C10298

Text Example


Text Example

White with #C10298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10298; }

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

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

background-color css

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

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

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

border-color css

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

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

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