Html Css Color HEX #C7027F Medium Violet Red

📋 copy color: '#C7027F'

red 199 ◦ green 2 ◦ blue 127

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

Shades of Medium Violet Red #C7027F

Tints of Medium Violet Red #C7027F

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.61%

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

R = 60.67%
G = 0.61%
B = 38.72%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.36

 K value IS 0.22

RGB Variations

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

Color information

#C7027F (or 0xC7027F) is known color: Medium Violet Red. HEX triplet: C7, 02 and 7F. RGB value is (199,2,127). Sum of RGB (Red+Green+Blue) = 199+2+127=328 (43% of max value = 765). Red value is 199 (78.12% from 255 or 60.67% from 328); Green value is 2 (1.17% from 255 or 0.61% from 328); Blue value is 127 (50% from 255 or 38.72% from 328); Max value from RGB is 199 - color contains mainly: red. Hex color #C7027F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C7027F is #38FD80. Grayscale: #4A4A4A. Windows color (decimal): -3734913 or 8323783. OLE color: 8323783.

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

Color convert

RGB 199 2 127 -
CMYK 0 0.99 0.36 0.22
HSL 321.93º 0.98% 0.39% -
HSV(B) 321.93º 0.99% 0.78% -
XYZ 27.41 13.72 21.28 -
YUV 75.15 157.27 216.34 -
System Red Green Blue C M Y K H S L
Decimal 199 2 127 0 0.99 0.36 0.22 321.93 0.98 0.39
Hex C7 2 7F 0 63 24 16 142 62 27
Octal 307 2 177 0 143 44 26 502 142 47
Binary 11000111 10 1111111 0 1100011 100100 10110 101000010 1100010 100111

Color Harmonies of #C7027F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7027F

Black with #C7027F

Text Example


Text Example

White with #C7027F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7027F; }

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

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

background-color css

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

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

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

border-color css

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

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

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