Html Css Color HEX #C8227F Medium Violet Red

📋 copy color: '#C8227F'

red 200 ◦ green 34 ◦ blue 127

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

Shades of Medium Violet Red #C8227F

Tints of Medium Violet Red #C8227F

RGB

 RED value IS 200 (78.52% from 255) = 55.4%

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

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

R = 55.4%
G = 9.42%
B = 35.18%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.36

 K value IS 0.22

RGB Variations

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

Color information

#C8227F (or 0xC8227F) is known color: Medium Violet Red. HEX triplet: C8, 22 and 7F. RGB value is (200,34,127). Sum of RGB (Red+Green+Blue) = 200+34+127=361 (47% of max value = 765). Red value is 200 (78.52% from 255 or 55.40% from 361); Green value is 34 (13.67% from 255 or 9.42% from 361); Blue value is 127 (50% from 255 or 35.18% from 361); Max value from RGB is 200 - color contains mainly: red. Hex color #C8227F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8227F is #37DD80. Grayscale: #5E5E5E. Windows color (decimal): -3661185 or 8331976. OLE color: 8331976.

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

Color convert

RGB 200 34 127 -
CMYK 0 0.83 0.36 0.22
HSL 326.39º 0.71% 0.46% -
HSV(B) 326.39º 0.83% 0.78% -
XYZ 28.22 14.96 21.48 -
YUV 94.24 146.5 203.44 -
System Red Green Blue C M Y K H S L
Decimal 200 34 127 0 0.83 0.36 0.22 326.39 0.71 0.46
Hex C8 22 7F 0 53 24 16 146 47 2E
Octal 310 42 177 0 123 44 26 506 107 56
Binary 11001000 100010 1111111 0 1010011 100100 10110 101000110 1000111 101110

Color Harmonies of #C8227F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8227F

Black with #C8227F

Text Example


Text Example

White with #C8227F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8227F; }

 p { color: rgb(200,34,127); }

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

background-color css

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

 a { background-color: rgb(200,34,127); }

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

border-color css

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

 span { border-color: rgb(200,34,127); }

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