Html Css Color HEX #C12797 Medium Red Violet

📋 copy color: '#C12797'

red 193 ◦ green 39 ◦ blue 151

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

Shades of Medium Red Violet #C12797

Tints of Medium Red Violet #C12797

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 39.43%

R = 50.39%
G = 10.18%
B = 39.43%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.22

 K value IS 0.24

RGB Variations

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

Color information

#C12797 (or 0xC12797) is known color: Medium Red Violet. HEX triplet: C1, 27 and 97. RGB value is (193,39,151). Sum of RGB (Red+Green+Blue) = 193+39+151=383 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.39% from 383); Green value is 39 (15.62% from 255 or 10.18% from 383); Blue value is 151 (59.38% from 255 or 39.43% from 383); Max value from RGB is 193 - color contains mainly: red. Hex color #C12797 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C12797 is #3ED868. Grayscale: #616161. Windows color (decimal): -4118633 or 9906113. OLE color: 9906113.

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

Color convert

RGB 193 39 151 -
CMYK 0 0.80 0.22 0.24
HSL 316.36º 0.66% 0.45% -
HSV(B) 316.36º 0.8% 0.76% -
XYZ 28.3 15.02 30.69 -
YUV 97.81 158.02 195.89 -
System Red Green Blue C M Y K H S L
Decimal 193 39 151 0 0.80 0.22 0.24 316.36 0.66 0.45
Hex C1 27 97 0 50 16 18 13C 42 2D
Octal 301 47 227 0 120 26 30 474 102 55
Binary 11000001 100111 10010111 0 1010000 10110 11000 100111100 1000010 101101

Color Harmonies of #C12797

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12797

Black with #C12797

Text Example


Text Example

White with #C12797

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12797; }

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

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

background-color css

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

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

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

border-color css

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

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

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