Html Css Color HEX #C71E8B Medium Violet Red

📋 copy color: '#C71E8B'

red 199 ◦ green 30 ◦ blue 139

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

Shades of Medium Violet Red #C71E8B

Tints of Medium Violet Red #C71E8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 37.77%

R = 54.08%
G = 8.15%
B = 37.77%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.30

 K value IS 0.22

RGB Variations

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

Color information

#C71E8B (or 0xC71E8B) is known color: Medium Violet Red. HEX triplet: C7, 1E and 8B. RGB value is (199,30,139). Sum of RGB (Red+Green+Blue) = 199+30+139=368 (48% of max value = 765). Red value is 199 (78.12% from 255 or 54.08% from 368); Green value is 30 (12.11% from 255 or 8.15% from 368); Blue value is 139 (54.69% from 255 or 37.77% from 368); Max value from RGB is 199 - color contains mainly: red. Hex color #C71E8B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C71E8B is #38E174. Grayscale: #5C5C5C. Windows color (decimal): -3727733 or 9117383. OLE color: 9117383.

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

Color convert

RGB 199 30 139 -
CMYK 0 0.85 0.30 0.22
HSL 321.3º 0.74% 0.45% -
HSV(B) 321.3º 0.85% 0.78% -
XYZ 28.68 14.93 25.8 -
YUV 92.96 153.99 203.64 -
System Red Green Blue C M Y K H S L
Decimal 199 30 139 0 0.85 0.30 0.22 321.3 0.74 0.45
Hex C7 1E 8B 0 55 1E 16 141 4A 2D
Octal 307 36 213 0 125 36 26 501 112 55
Binary 11000111 11110 10001011 0 1010101 11110 10110 101000001 1001010 101101

Color Harmonies of #C71E8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71E8B

Black with #C71E8B

Text Example


Text Example

White with #C71E8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71E8B; }

 p { color: rgb(199,30,139); }

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

background-color css

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

 a { background-color: rgb(199,30,139); }

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

border-color css

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

 span { border-color: rgb(199,30,139); }

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