Html Css Color HEX #C81695 Medium Violet Red

📋 copy color: '#C81695'

red 200 ◦ green 22 ◦ blue 149

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

Shades of Medium Violet Red #C81695

Tints of Medium Violet Red #C81695

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.93%

 BLUE value IS 149 (58.59% from 255) = 40.16%

R = 53.91%
G = 5.93%
B = 40.16%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.26

 K value IS 0.22

RGB Variations

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

Color information

#C81695 (or 0xC81695) is known color: Medium Violet Red. HEX triplet: C8, 16 and 95. RGB value is (200,22,149). Sum of RGB (Red+Green+Blue) = 200+22+149=371 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.91% from 371); Green value is 22 (8.98% from 255 or 5.93% from 371); Blue value is 149 (58.59% from 255 or 40.16% from 371); Max value from RGB is 200 - color contains mainly: red. Hex color #C81695 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C81695 is #37E96A. Grayscale: #595959. Windows color (decimal): -3664235 or 9770696. OLE color: 9770696.

HSL color Cylindrical-coordinate representation of color #C81695: hue angle of 317.19º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C81695 is Cyan = 0, Magento = 0.89, Yellow = 0.26 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 22 149 -
CMYK 0 0.89 0.26 0.22
HSL 317.19º 0.8% 0.44% -
HSV(B) 317.19º 0.89% 0.78% -
XYZ 29.53 15.02 29.78 -
YUV 89.7 161.47 206.67 -
System Red Green Blue C M Y K H S L
Decimal 200 22 149 0 0.89 0.26 0.22 317.19 0.8 0.44
Hex C8 16 95 0 59 1A 16 13D 50 2C
Octal 310 26 225 0 131 32 26 475 120 54
Binary 11001000 10110 10010101 0 1011001 11010 10110 100111101 1010000 101100

Color Harmonies of #C81695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81695

Black with #C81695

Text Example


Text Example

White with #C81695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81695; }

 p { color: rgb(200,22,149); }

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

background-color css

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

 a { background-color: rgb(200,22,149); }

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

border-color css

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

 span { border-color: rgb(200,22,149); }

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