Html Css Color HEX #C71F7F Medium Violet Red

📋 copy color: '#C71F7F'

red 199 ◦ green 31 ◦ blue 127

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

Shades of Medium Violet Red #C71F7F

Tints of Medium Violet Red #C71F7F

RGB

 RED value IS 199 (78.13% from 255) = 55.74%

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

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

R = 55.74%
G = 8.68%
B = 35.57%

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

#C71F7F (or 0xC71F7F) is known color: Medium Violet Red. HEX triplet: C7, 1F and 7F. RGB value is (199,31,127). Sum of RGB (Red+Green+Blue) = 199+31+127=357 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.74% from 357); Green value is 31 (12.5% from 255 or 8.68% from 357); Blue value is 127 (50% from 255 or 35.57% from 357); Max value from RGB is 199 - color contains mainly: red. Hex color #C71F7F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C71F7F is #38E080. Grayscale: #5B5B5B. Windows color (decimal): -3727489 or 8331207. OLE color: 8331207.

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

Color convert

RGB 199 31 127 -
CMYK 0 0.84 0.36 0.22
HSL 325.71º 0.73% 0.45% -
HSV(B) 325.71º 0.84% 0.78% -
XYZ 27.87 14.65 21.44 -
YUV 92.18 147.66 204.19 -
System Red Green Blue C M Y K H S L
Decimal 199 31 127 0 0.84 0.36 0.22 325.71 0.73 0.45
Hex C7 1F 7F 0 54 24 16 146 49 2D
Octal 307 37 177 0 124 44 26 506 111 55
Binary 11000111 11111 1111111 0 1010100 100100 10110 101000110 1001001 101101

Color Harmonies of #C71F7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71F7F

Black with #C71F7F

Text Example


Text Example

White with #C71F7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71F7F; }

 p { color: rgb(199,31,127); }

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

background-color css

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

 a { background-color: rgb(199,31,127); }

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

border-color css

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

 span { border-color: rgb(199,31,127); }

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