Html Css Color HEX #C7207D Medium Violet Red

📋 copy color: '#C7207D'

red 199 ◦ green 32 ◦ blue 125

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

Shades of Medium Violet Red #C7207D

Tints of Medium Violet Red #C7207D

RGB

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

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

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

R = 55.9%
G = 8.99%
B = 35.11%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.37

 K value IS 0.22

RGB Variations

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

Color information

#C7207D (or 0xC7207D) is known color: Medium Violet Red. HEX triplet: C7, 20 and 7D. RGB value is (199,32,125). Sum of RGB (Red+Green+Blue) = 199+32+125=356 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.90% from 356); Green value is 32 (12.89% from 255 or 8.99% from 356); Blue value is 125 (49.22% from 255 or 35.11% from 356); Max value from RGB is 199 - color contains mainly: red. Hex color #C7207D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7207D is #38DF82. Grayscale: #5C5C5C. Windows color (decimal): -3727235 or 8200391. OLE color: 8200391.

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

Color convert

RGB 199 32 125 -
CMYK 0 0.84 0.37 0.22
HSL 326.59º 0.72% 0.45% -
HSV(B) 326.59º 0.84% 0.78% -
XYZ 27.77 14.66 20.77 -
YUV 92.54 146.33 203.94 -
System Red Green Blue C M Y K H S L
Decimal 199 32 125 0 0.84 0.37 0.22 326.59 0.72 0.45
Hex C7 20 7D 0 54 25 16 147 48 2D
Octal 307 40 175 0 124 45 26 507 110 55
Binary 11000111 100000 1111101 0 1010100 100101 10110 101000111 1001000 101101

Color Harmonies of #C7207D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7207D

Black with #C7207D

Text Example


Text Example

White with #C7207D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7207D; }

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

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

background-color css

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

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

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

border-color css

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

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

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