Html Css Color HEX #C12798 Medium Red Violet

📋 copy color: '#C12798'

red 193 ◦ green 39 ◦ blue 152

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

Shades of Medium Red Violet #C12798

Tints of Medium Red Violet #C12798

RGB

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

 GREEN value IS 39 (15.63% from 255) = 10.16%

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

R = 50.26%
G = 10.16%
B = 39.58%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.21

 K value IS 0.24

RGB Variations

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

Color information

#C12798 (or 0xC12798) is known color: Medium Red Violet. HEX triplet: C1, 27 and 98. RGB value is (193,39,152). Sum of RGB (Red+Green+Blue) = 193+39+152=384 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.26% from 384); Green value is 39 (15.62% from 255 or 10.16% from 384); Blue value is 152 (59.77% from 255 or 39.58% from 384); Max value from RGB is 193 - color contains mainly: red. Hex color #C12798 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C12798 is #3ED867. Grayscale: #616161. Windows color (decimal): -4118632 or 9971649. OLE color: 9971649.

HSL color Cylindrical-coordinate representation of color #C12798: hue angle of 315.97º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C12798 is Cyan = 0, Magento = 0.80, Yellow = 0.21 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 39 152 -
CMYK 0 0.80 0.21 0.24
HSL 315.97º 0.66% 0.45% -
HSV(B) 315.97º 0.8% 0.76% -
XYZ 28.39 15.06 31.12 -
YUV 97.93 158.52 195.81 -
System Red Green Blue C M Y K H S L
Decimal 193 39 152 0 0.80 0.21 0.24 315.97 0.66 0.45
Hex C1 27 98 0 50 15 18 13C 42 2D
Octal 301 47 230 0 120 25 30 474 102 55
Binary 11000001 100111 10011000 0 1010000 10101 11000 100111100 1000010 101101

Color Harmonies of #C12798

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12798

Black with #C12798

Text Example


Text Example

White with #C12798

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12798; }

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

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

background-color css

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

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

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

border-color css

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

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

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