Html Css Color HEX #C81A98 Medium Violet Red

📋 copy color: '#C81A98'

red 200 ◦ green 26 ◦ blue 152

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

Shades of Medium Violet Red #C81A98

Tints of Medium Violet Red #C81A98

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.88%

 BLUE value IS 152 (59.77% from 255) = 40.21%

R = 52.91%
G = 6.88%
B = 40.21%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.24

 K value IS 0.22

RGB Variations

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

Color information

#C81A98 (or 0xC81A98) is known color: Medium Violet Red. HEX triplet: C8, 1A and 98. RGB value is (200,26,152). Sum of RGB (Red+Green+Blue) = 200+26+152=378 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.91% from 378); Green value is 26 (10.55% from 255 or 6.88% from 378); Blue value is 152 (59.77% from 255 or 40.21% from 378); Max value from RGB is 200 - color contains mainly: red. Hex color #C81A98 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C81A98 is #37E567. Grayscale: #5C5C5C. Windows color (decimal): -3663208 or 9968328. OLE color: 9968328.

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

Color convert

RGB 200 26 152 -
CMYK 0 0.87 0.24 0.22
HSL 316.55º 0.77% 0.44% -
HSV(B) 316.55º 0.87% 0.78% -
XYZ 29.86 15.29 31.08 -
YUV 92.39 161.65 204.75 -
System Red Green Blue C M Y K H S L
Decimal 200 26 152 0 0.87 0.24 0.22 316.55 0.77 0.44
Hex C8 1A 98 0 57 18 16 13D 4D 2C
Octal 310 32 230 0 127 30 26 475 115 54
Binary 11001000 11010 10011000 0 1010111 11000 10110 100111101 1001101 101100

Color Harmonies of #C81A98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81A98

Black with #C81A98

Text Example


Text Example

White with #C81A98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81A98; }

 p { color: rgb(200,26,152); }

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

background-color css

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

 a { background-color: rgb(200,26,152); }

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

border-color css

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

 span { border-color: rgb(200,26,152); }

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