Html Css Color HEX #C7207F Medium Violet Red

📋 copy color: '#C7207F'

red 199 ◦ green 32 ◦ blue 127

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

Shades of Medium Violet Red #C7207F

Tints of Medium Violet Red #C7207F

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.94%

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

R = 55.59%
G = 8.94%
B = 35.47%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.36

 K value IS 0.22

RGB Variations

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

Color information

#C7207F (or 0xC7207F) is known color: Medium Violet Red. HEX triplet: C7, 20 and 7F. RGB value is (199,32,127). Sum of RGB (Red+Green+Blue) = 199+32+127=358 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.59% from 358); Green value is 32 (12.89% from 255 or 8.94% from 358); Blue value is 127 (50% from 255 or 35.47% from 358); Max value from RGB is 199 - color contains mainly: red. Hex color #C7207F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7207F is #38DF80. Grayscale: #5C5C5C. Windows color (decimal): -3727233 or 8331463. OLE color: 8331463.

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

Color convert

RGB 199 32 127 -
CMYK 0 0.84 0.36 0.22
HSL 325.87º 0.72% 0.45% -
HSV(B) 325.87º 0.84% 0.78% -
XYZ 27.9 14.71 21.45 -
YUV 92.76 147.33 203.78 -
System Red Green Blue C M Y K H S L
Decimal 199 32 127 0 0.84 0.36 0.22 325.87 0.72 0.45
Hex C7 20 7F 0 54 24 16 146 48 2D
Octal 307 40 177 0 124 44 26 506 110 55
Binary 11000111 100000 1111111 0 1010100 100100 10110 101000110 1001000 101101

Color Harmonies of #C7207F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7207F

Black with #C7207F

Text Example


Text Example

White with #C7207F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7207F; }

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

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

background-color css

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

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

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

border-color css

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

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

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