Html Css Color HEX #C71C8A Medium Violet Red

📋 copy color: '#C71C8A'

red 199 ◦ green 28 ◦ blue 138

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

Shades of Medium Violet Red #C71C8A

Tints of Medium Violet Red #C71C8A

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.67%

 BLUE value IS 138 (54.3% from 255) = 37.81%

R = 54.52%
G = 7.67%
B = 37.81%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.31

 K value IS 0.22

RGB Variations

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

Color information

#C71C8A (or 0xC71C8A) is known color: Medium Violet Red. HEX triplet: C7, 1C and 8A. RGB value is (199,28,138). Sum of RGB (Red+Green+Blue) = 199+28+138=365 (48% of max value = 765). Red value is 199 (78.12% from 255 or 54.52% from 365); Green value is 28 (11.33% from 255 or 7.67% from 365); Blue value is 138 (54.30% from 255 or 37.81% from 365); Max value from RGB is 199 - color contains mainly: red. Hex color #C71C8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C71C8A is #38E375. Grayscale: #5B5B5B. Windows color (decimal): -3728246 or 9051335. OLE color: 9051335.

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

Color convert

RGB 199 28 138 -
CMYK 0 0.86 0.31 0.22
HSL 321.4º 0.75% 0.45% -
HSV(B) 321.4º 0.86% 0.78% -
XYZ 28.56 14.81 25.4 -
YUV 91.67 154.15 204.56 -
System Red Green Blue C M Y K H S L
Decimal 199 28 138 0 0.86 0.31 0.22 321.4 0.75 0.45
Hex C7 1C 8A 0 56 1F 16 141 4B 2D
Octal 307 34 212 0 126 37 26 501 113 55
Binary 11000111 11100 10001010 0 1010110 11111 10110 101000001 1001011 101101

Color Harmonies of #C71C8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71C8A

Black with #C71C8A

Text Example


Text Example

White with #C71C8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71C8A; }

 p { color: rgb(199,28,138); }

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

background-color css

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

 a { background-color: rgb(199,28,138); }

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

border-color css

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

 span { border-color: rgb(199,28,138); }

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