Html Css Color HEX #C81F81 Medium Violet Red

📋 copy color: '#C81F81'

red 200 ◦ green 31 ◦ blue 129

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

Shades of Medium Violet Red #C81F81

Tints of Medium Violet Red #C81F81

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.61%

 BLUE value IS 129 (50.78% from 255) = 35.83%

R = 55.56%
G = 8.61%
B = 35.83%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.36

 K value IS 0.22

RGB Variations

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

Color information

#C81F81 (or 0xC81F81) is known color: Medium Violet Red. HEX triplet: C8, 1F and 81. RGB value is (200,31,129). Sum of RGB (Red+Green+Blue) = 200+31+129=360 (47% of max value = 765). Red value is 200 (78.52% from 255 or 55.56% from 360); Green value is 31 (12.5% from 255 or 8.61% from 360); Blue value is 129 (50.78% from 255 or 35.83% from 360); Max value from RGB is 200 - color contains mainly: red. Hex color #C81F81 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C81F81 is #37E07E. Grayscale: #5C5C5C. Windows color (decimal): -3661951 or 8462280. OLE color: 8462280.

HSL color Cylindrical-coordinate representation of color #C81F81: hue angle of 325.21º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C81F81 is Cyan = 0, Magento = 0.84, Yellow = 0.36 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 31 129 -
CMYK 0 0.84 0.36 0.22
HSL 325.21º 0.73% 0.45% -
HSV(B) 325.21º 0.85% 0.78% -
XYZ 28.27 14.84 22.14 -
YUV 92.7 148.49 204.53 -
System Red Green Blue C M Y K H S L
Decimal 200 31 129 0 0.84 0.36 0.22 325.21 0.73 0.45
Hex C8 1F 81 0 54 24 16 145 49 2D
Octal 310 37 201 0 124 44 26 505 111 55
Binary 11001000 11111 10000001 0 1010100 100100 10110 101000101 1001001 101101

Color Harmonies of #C81F81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81F81

Black with #C81F81

Text Example


Text Example

White with #C81F81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81F81; }

 p { color: rgb(200,31,129); }

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

background-color css

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

 a { background-color: rgb(200,31,129); }

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

border-color css

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

 span { border-color: rgb(200,31,129); }

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