Html Css Color HEX #C71F6C Medium Violet Red

📋 copy color: '#C71F6C'

red 199 ◦ green 31 ◦ blue 108

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

Shades of Medium Violet Red #C71F6C

Tints of Medium Violet Red #C71F6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 31.95%

R = 58.88%
G = 9.17%
B = 31.95%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.46

 K value IS 0.22

RGB Variations

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

Color information

#C71F6C (or 0xC71F6C) is known color: Medium Violet Red. HEX triplet: C7, 1F and 6C. RGB value is (199,31,108). Sum of RGB (Red+Green+Blue) = 199+31+108=338 (44% of max value = 765). Red value is 199 (78.12% from 255 or 58.88% from 338); Green value is 31 (12.5% from 255 or 9.17% from 338); Blue value is 108 (42.58% from 255 or 31.95% from 338); Max value from RGB is 199 - color contains mainly: red. Hex color #C71F6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C71F6C is #38E093. Grayscale: #595959. Windows color (decimal): -3727508 or 7086023. OLE color: 7086023.

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

Color convert

RGB 199 31 108 -
CMYK 0 0.84 0.46 0.22
HSL 332.5º 0.73% 0.45% -
HSV(B) 332.5º 0.84% 0.78% -
XYZ 26.75 14.2 15.52 -
YUV 90.01 138.16 205.74 -
System Red Green Blue C M Y K H S L
Decimal 199 31 108 0 0.84 0.46 0.22 332.5 0.73 0.45
Hex C7 1F 6C 0 54 2E 16 14C 49 2D
Octal 307 37 154 0 124 56 26 514 111 55
Binary 11000111 11111 1101100 0 1010100 101110 10110 101001100 1001001 101101

Color Harmonies of #C71F6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71F6C

Black with #C71F6C

Text Example


Text Example

White with #C71F6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71F6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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