Html Css Color HEX #C7027D Medium Violet Red

📋 copy color: '#C7027D'

red 199 ◦ green 2 ◦ blue 125

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

Shades of Medium Violet Red #C7027D

Tints of Medium Violet Red #C7027D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 38.34%

R = 61.04%
G = 0.61%
B = 38.34%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.37

 K value IS 0.22

RGB Variations

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

Color information

#C7027D (or 0xC7027D) is known color: Medium Violet Red. HEX triplet: C7, 02 and 7D. RGB value is (199,2,125). Sum of RGB (Red+Green+Blue) = 199+2+125=326 (43% of max value = 765). Red value is 199 (78.12% from 255 or 61.04% from 326); Green value is 2 (1.17% from 255 or 0.61% from 326); Blue value is 125 (49.22% from 255 or 38.34% from 326); Max value from RGB is 199 - color contains mainly: red. Hex color #C7027D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C7027D is #38FD82. Grayscale: #4A4A4A. Windows color (decimal): -3734915 or 8192711. OLE color: 8192711.

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

Color convert

RGB 199 2 125 -
CMYK 0 0.99 0.37 0.22
HSL 322.54º 0.98% 0.39% -
HSV(B) 322.54º 0.99% 0.78% -
XYZ 27.28 13.67 20.6 -
YUV 74.93 156.27 216.5 -
System Red Green Blue C M Y K H S L
Decimal 199 2 125 0 0.99 0.37 0.22 322.54 0.98 0.39
Hex C7 2 7D 0 63 25 16 143 62 27
Octal 307 2 175 0 143 45 26 503 142 47
Binary 11000111 10 1111101 0 1100011 100101 10110 101000011 1100010 100111

Color Harmonies of #C7027D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7027D

Black with #C7027D

Text Example


Text Example

White with #C7027D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7027D; }

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

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

background-color css

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

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

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

border-color css

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

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

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