Html Css Color HEX #C8228F Medium Violet Red

📋 copy color: '#C8228F'

red 200 ◦ green 34 ◦ blue 143

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

Shades of Medium Violet Red #C8228F

Tints of Medium Violet Red #C8228F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 37.93%

R = 53.05%
G = 9.02%
B = 37.93%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.28

 K value IS 0.22

RGB Variations

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

Color information

#C8228F (or 0xC8228F) is known color: Medium Violet Red. HEX triplet: C8, 22 and 8F. RGB value is (200,34,143). Sum of RGB (Red+Green+Blue) = 200+34+143=377 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.05% from 377); Green value is 34 (13.67% from 255 or 9.02% from 377); Blue value is 143 (56.25% from 255 or 37.93% from 377); Max value from RGB is 200 - color contains mainly: red. Hex color #C8228F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C8228F is #37DD70. Grayscale: #5F5F5F. Windows color (decimal): -3661169 or 9380552. OLE color: 9380552.

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

Color convert

RGB 200 34 143 -
CMYK 0 0.83 0.28 0.22
HSL 320.6º 0.71% 0.46% -
HSV(B) 320.6º 0.83% 0.78% -
XYZ 29.35 15.41 27.41 -
YUV 96.06 154.5 202.14 -
System Red Green Blue C M Y K H S L
Decimal 200 34 143 0 0.83 0.28 0.22 320.6 0.71 0.46
Hex C8 22 8F 0 53 1C 16 141 47 2E
Octal 310 42 217 0 123 34 26 501 107 56
Binary 11001000 100010 10001111 0 1010011 11100 10110 101000001 1000111 101110

Color Harmonies of #C8228F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8228F

Black with #C8228F

Text Example


Text Example

White with #C8228F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8228F; }

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

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

background-color css

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

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

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

border-color css

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

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

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