Html Css Color HEX #C81397 Medium Violet Red

📋 copy color: '#C81397'

red 200 ◦ green 19 ◦ blue 151

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

Shades of Medium Violet Red #C81397

Tints of Medium Violet Red #C81397

RGB

 RED value IS 200 (78.52% from 255) = 54.05%

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

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

R = 54.05%
G = 5.14%
B = 40.81%

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

#C81397 (or 0xC81397) is known color: Medium Violet Red. HEX triplet: C8, 13 and 97. RGB value is (200,19,151). Sum of RGB (Red+Green+Blue) = 200+19+151=370 (49% of max value = 765). Red value is 200 (78.52% from 255 or 54.05% from 370); Green value is 19 (7.81% from 255 or 5.14% from 370); Blue value is 151 (59.38% from 255 or 40.81% from 370); Max value from RGB is 200 - color contains mainly: red. Hex color #C81397 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C81397 is #37EC68. Grayscale: #575757. Windows color (decimal): -3665001 or 9901000. OLE color: 9901000.

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

Color convert

RGB 200 19 151 -
CMYK 0 0.90 0.24 0.22
HSL 316.24º 0.83% 0.43% -
HSV(B) 316.24º 0.91% 0.78% -
XYZ 29.64 14.98 30.61 -
YUV 88.17 163.47 207.77 -
System Red Green Blue C M Y K H S L
Decimal 200 19 151 0 0.90 0.24 0.22 316.24 0.83 0.43
Hex C8 13 97 0 5A 18 16 13C 53 2B
Octal 310 23 227 0 132 30 26 474 123 53
Binary 11001000 10011 10010111 0 1011010 11000 10110 100111100 1010011 101011

Color Harmonies of #C81397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81397

Black with #C81397

Text Example


Text Example

White with #C81397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81397; }

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

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

background-color css

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

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

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

border-color css

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

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

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