Html Css Color HEX #C81E7F Medium Violet Red

📋 copy color: '#C81E7F'

red 200 ◦ green 30 ◦ blue 127

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

Shades of Medium Violet Red #C81E7F

Tints of Medium Violet Red #C81E7F

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.4%

 BLUE value IS 127 (50% from 255) = 35.57%

R = 56.02%
G = 8.4%
B = 35.57%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.36

 K value IS 0.22

RGB Variations

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

Color information

#C81E7F (or 0xC81E7F) is known color: Medium Violet Red. HEX triplet: C8, 1E and 7F. RGB value is (200,30,127). Sum of RGB (Red+Green+Blue) = 200+30+127=357 (47% of max value = 765). Red value is 200 (78.52% from 255 or 56.02% from 357); Green value is 30 (12.11% from 255 or 8.40% from 357); Blue value is 127 (50% from 255 or 35.57% from 357); Max value from RGB is 200 - color contains mainly: red. Hex color #C81E7F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C81E7F is #37E180. Grayscale: #5B5B5B. Windows color (decimal): -3662209 or 8330952. OLE color: 8330952.

HSL color Cylindrical-coordinate representation of color #C81E7F: hue angle of 325.76º degrees, saturation: 0.74, 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 #C81E7F is Cyan = 0, Magento = 0.85, Yellow = 0.36 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 30 127 -
CMYK 0 0.85 0.36 0.22
HSL 325.76º 0.74% 0.45% -
HSV(B) 325.76º 0.85% 0.78% -
XYZ 28.11 14.74 21.44 -
YUV 91.89 147.82 205.11 -
System Red Green Blue C M Y K H S L
Decimal 200 30 127 0 0.85 0.36 0.22 325.76 0.74 0.45
Hex C8 1E 7F 0 55 24 16 146 4A 2D
Octal 310 36 177 0 125 44 26 506 112 55
Binary 11001000 11110 1111111 0 1010101 100100 10110 101000110 1001010 101101

Color Harmonies of #C81E7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81E7F

Black with #C81E7F

Text Example


Text Example

White with #C81E7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81E7F; }

 p { color: rgb(200,30,127); }

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

background-color css

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

 a { background-color: rgb(200,30,127); }

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

border-color css

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

 span { border-color: rgb(200,30,127); }

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