Html Css Color HEX #C7228D Medium Violet Red

📋 copy color: '#C7228D'

red 199 ◦ green 34 ◦ blue 141

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

Shades of Medium Violet Red #C7228D

Tints of Medium Violet Red #C7228D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 37.7%

R = 53.21%
G = 9.09%
B = 37.7%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.29

 K value IS 0.22

RGB Variations

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

Color information

#C7228D (or 0xC7228D) is known color: Medium Violet Red. HEX triplet: C7, 22 and 8D. RGB value is (199,34,141). Sum of RGB (Red+Green+Blue) = 199+34+141=374 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.21% from 374); Green value is 34 (13.67% from 255 or 9.09% from 374); Blue value is 141 (55.47% from 255 or 37.70% from 374); Max value from RGB is 199 - color contains mainly: red. Hex color #C7228D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C7228D is #38DD72. Grayscale: #5F5F5F. Windows color (decimal): -3726707 or 9249479. OLE color: 9249479.

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

Color convert

RGB 199 34 141 -
CMYK 0 0.83 0.29 0.22
HSL 321.09º 0.71% 0.46% -
HSV(B) 321.09º 0.83% 0.78% -
XYZ 28.93 15.21 26.61 -
YUV 95.53 153.66 201.8 -
System Red Green Blue C M Y K H S L
Decimal 199 34 141 0 0.83 0.29 0.22 321.09 0.71 0.46
Hex C7 22 8D 0 53 1D 16 141 47 2E
Octal 307 42 215 0 123 35 26 501 107 56
Binary 11000111 100010 10001101 0 1010011 11101 10110 101000001 1000111 101110

Color Harmonies of #C7228D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7228D

Black with #C7228D

Text Example


Text Example

White with #C7228D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7228D; }

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

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

background-color css

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

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

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

border-color css

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

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

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