Html Css Color HEX #C8228A Medium Violet Red

📋 copy color: '#C8228A'

red 200 ◦ green 34 ◦ blue 138

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

Shades of Medium Violet Red #C8228A

Tints of Medium Violet Red #C8228A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 37.1%

R = 53.76%
G = 9.14%
B = 37.1%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.31

 K value IS 0.22

RGB Variations

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

Color information

#C8228A (or 0xC8228A) is known color: Medium Violet Red. HEX triplet: C8, 22 and 8A. RGB value is (200,34,138). Sum of RGB (Red+Green+Blue) = 200+34+138=372 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.76% from 372); Green value is 34 (13.67% from 255 or 9.14% from 372); Blue value is 138 (54.30% from 255 or 37.10% from 372); Max value from RGB is 200 - color contains mainly: red. Hex color #C8228A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C8228A is #37DD75. Grayscale: #5F5F5F. Windows color (decimal): -3661174 or 9052872. OLE color: 9052872.

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

Color convert

RGB 200 34 138 -
CMYK 0 0.83 0.31 0.22
HSL 322.41º 0.71% 0.46% -
HSV(B) 322.41º 0.83% 0.78% -
XYZ 28.98 15.26 25.46 -
YUV 95.49 152 202.54 -
System Red Green Blue C M Y K H S L
Decimal 200 34 138 0 0.83 0.31 0.22 322.41 0.71 0.46
Hex C8 22 8A 0 53 1F 16 142 47 2E
Octal 310 42 212 0 123 37 26 502 107 56
Binary 11001000 100010 10001010 0 1010011 11111 10110 101000010 1000111 101110

Color Harmonies of #C8228A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8228A

Black with #C8228A

Text Example


Text Example

White with #C8228A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8228A; }

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

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

background-color css

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

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

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

border-color css

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

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

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