Html Css Color HEX #C61397 Medium Violet Red

📋 copy color: '#C61397'

red 198 ◦ green 19 ◦ blue 151

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

Shades of Medium Violet Red #C61397

Tints of Medium Violet Red #C61397

RGB

 RED value IS 198 (77.73% from 255) = 53.8%

 GREEN value IS 19 (7.81% from 255) = 5.16%

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

R = 53.8%
G = 5.16%
B = 41.03%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.24

 K value IS 0.22

RGB Variations

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

Color information

#C61397 (or 0xC61397) is known color: Medium Violet Red. HEX triplet: C6, 13 and 97. RGB value is (198,19,151). Sum of RGB (Red+Green+Blue) = 198+19+151=368 (48% of max value = 765). Red value is 198 (77.73% from 255 or 53.80% from 368); Green value is 19 (7.81% from 255 or 5.16% from 368); Blue value is 151 (59.38% from 255 or 41.03% from 368); Max value from RGB is 198 - color contains mainly: red. Hex color #C61397 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C61397 is #39EC68. Grayscale: #575757. Windows color (decimal): -3796073 or 9900998. OLE color: 9900998.

HSL color Cylindrical-coordinate representation of color #C61397: hue angle of 315.75º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C61397 is Cyan = 0, Magento = 0.90, Yellow = 0.24 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 19 151 -
CMYK 0 0.90 0.24 0.22
HSL 315.75º 0.82% 0.43% -
HSV(B) 315.75º 0.9% 0.78% -
XYZ 29.11 14.71 30.58 -
YUV 87.57 163.8 206.77 -
System Red Green Blue C M Y K H S L
Decimal 198 19 151 0 0.90 0.24 0.22 315.75 0.82 0.43
Hex C6 13 97 0 5A 18 16 13C 52 2B
Octal 306 23 227 0 132 30 26 474 122 53
Binary 11000110 10011 10010111 0 1011010 11000 10110 100111100 1010010 101011

Color Harmonies of #C61397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61397

Black with #C61397

Text Example


Text Example

White with #C61397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61397; }

 p { color: rgb(198,19,151); }

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

background-color css

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

 a { background-color: rgb(198,19,151); }

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

border-color css

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

 span { border-color: rgb(198,19,151); }

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