Html Css Color HEX #C8226D Medium Violet Red

📋 copy color: '#C8226D'

red 200 ◦ green 34 ◦ blue 109

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

Shades of Medium Violet Red #C8226D

Tints of Medium Violet Red #C8226D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 31.78%

R = 58.31%
G = 9.91%
B = 31.78%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.46

 K value IS 0.22

RGB Variations

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

Color information

#C8226D (or 0xC8226D) is known color: Medium Violet Red. HEX triplet: C8, 22 and 6D. RGB value is (200,34,109). Sum of RGB (Red+Green+Blue) = 200+34+109=343 (45% of max value = 765). Red value is 200 (78.52% from 255 or 58.31% from 343); Green value is 34 (13.67% from 255 or 9.91% from 343); Blue value is 109 (42.97% from 255 or 31.78% from 343); Max value from RGB is 200 - color contains mainly: red. Hex color #C8226D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8226D is #37DD92. Grayscale: #5C5C5C. Windows color (decimal): -3661203 or 7152328. OLE color: 7152328.

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

Color convert

RGB 200 34 109 -
CMYK 0 0.83 0.46 0.22
HSL 332.89º 0.71% 0.46% -
HSV(B) 332.89º 0.83% 0.78% -
XYZ 27.15 14.53 15.84 -
YUV 92.18 137.5 204.9 -
System Red Green Blue C M Y K H S L
Decimal 200 34 109 0 0.83 0.46 0.22 332.89 0.71 0.46
Hex C8 22 6D 0 53 2E 16 14D 47 2E
Octal 310 42 155 0 123 56 26 515 107 56
Binary 11001000 100010 1101101 0 1010011 101110 10110 101001101 1000111 101110

Color Harmonies of #C8226D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8226D

Black with #C8226D

Text Example


Text Example

White with #C8226D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8226D; }

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

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

background-color css

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

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

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

border-color css

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

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

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