Html Css Color HEX #C7228C Medium Violet Red

📋 copy color: '#C7228C'

red 199 ◦ green 34 ◦ blue 140

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

Shades of Medium Violet Red #C7228C

Tints of Medium Violet Red #C7228C

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.12%

 BLUE value IS 140 (55.08% from 255) = 37.53%

R = 53.35%
G = 9.12%
B = 37.53%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.30

 K value IS 0.22

RGB Variations

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

Color information

#C7228C (or 0xC7228C) is known color: Medium Violet Red. HEX triplet: C7, 22 and 8C. RGB value is (199,34,140). Sum of RGB (Red+Green+Blue) = 199+34+140=373 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.35% from 373); Green value is 34 (13.67% from 255 or 9.12% from 373); Blue value is 140 (55.08% from 255 or 37.53% from 373); Max value from RGB is 199 - color contains mainly: red. Hex color #C7228C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C7228C is #38DD73. Grayscale: #5F5F5F. Windows color (decimal): -3726708 or 9183943. OLE color: 9183943.

HSL color Cylindrical-coordinate representation of color #C7228C: hue angle of 321.45º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C7228C is Cyan = 0, Magento = 0.83, Yellow = 0.30 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 34 140 -
CMYK 0 0.83 0.30 0.22
HSL 321.45º 0.71% 0.46% -
HSV(B) 321.45º 0.83% 0.78% -
XYZ 28.86 15.18 26.22 -
YUV 95.42 153.16 201.88 -
System Red Green Blue C M Y K H S L
Decimal 199 34 140 0 0.83 0.30 0.22 321.45 0.71 0.46
Hex C7 22 8C 0 53 1E 16 141 47 2E
Octal 307 42 214 0 123 36 26 501 107 56
Binary 11000111 100010 10001100 0 1010011 11110 10110 101000001 1000111 101110

Color Harmonies of #C7228C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7228C

Black with #C7228C

Text Example


Text Example

White with #C7228C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7228C; }

 p { color: rgb(199,34,140); }

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

background-color css

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

 a { background-color: rgb(199,34,140); }

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

border-color css

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

 span { border-color: rgb(199,34,140); }

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