Html Css Color HEX #C81492 Medium Violet Red

📋 copy color: '#C81492'

red 200 ◦ green 20 ◦ blue 146

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

Shades of Medium Violet Red #C81492

Tints of Medium Violet Red #C81492

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.46%

 BLUE value IS 146 (57.42% from 255) = 39.89%

R = 54.64%
G = 5.46%
B = 39.89%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.27

 K value IS 0.22

RGB Variations

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

Color information

#C81492 (or 0xC81492) is known color: Medium Violet Red. HEX triplet: C8, 14 and 92. RGB value is (200,20,146). Sum of RGB (Red+Green+Blue) = 200+20+146=366 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.64% from 366); Green value is 20 (8.20% from 255 or 5.46% from 366); Blue value is 146 (57.42% from 255 or 39.89% from 366); Max value from RGB is 200 - color contains mainly: red. Hex color #C81492 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C81492 is #37EB6D. Grayscale: #575757. Windows color (decimal): -3664750 or 9573576. OLE color: 9573576.

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

Color convert

RGB 200 20 146 -
CMYK 0 0.9 0.27 0.22
HSL 318º 0.82% 0.43% -
HSV(B) 318º 0.9% 0.78% -
XYZ 29.26 14.86 28.52 -
YUV 88.18 160.63 207.75 -
System Red Green Blue C M Y K H S L
Decimal 200 20 146 0 0.9 0.27 0.22 318 0.82 0.43
Hex C8 14 92 0 5A 1B 16 13E 52 2B
Octal 310 24 222 0 132 33 26 476 122 53
Binary 11001000 10100 10010010 0 1011010 11011 10110 100111110 1010010 101011

Color Harmonies of #C81492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81492

Black with #C81492

Text Example


Text Example

White with #C81492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81492; }

 p { color: rgb(200,20,146); }

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

background-color css

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

 a { background-color: rgb(200,20,146); }

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

border-color css

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

 span { border-color: rgb(200,20,146); }

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