Html Css Color HEX #C82291 Medium Violet Red

📋 copy color: '#C82291'

red 200 ◦ green 34 ◦ blue 145

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

Shades of Medium Violet Red #C82291

Tints of Medium Violet Red #C82291

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 38.26%

R = 52.77%
G = 8.97%
B = 38.26%

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

#C82291 (or 0xC82291) is known color: Medium Violet Red. HEX triplet: C8, 22 and 91. RGB value is (200,34,145). Sum of RGB (Red+Green+Blue) = 200+34+145=379 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.77% from 379); Green value is 34 (13.67% from 255 or 8.97% from 379); Blue value is 145 (57.03% from 255 or 38.26% from 379); Max value from RGB is 200 - color contains mainly: red. Hex color #C82291 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C82291 is #37DD6E. Grayscale: #606060. Windows color (decimal): -3661167 or 9511624. OLE color: 9511624.

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

Color convert

RGB 200 34 145 -
CMYK 0 0.83 0.28 0.22
HSL 319.88º 0.71% 0.46% -
HSV(B) 319.88º 0.83% 0.78% -
XYZ 29.5 15.47 28.22 -
YUV 96.29 155.5 201.97 -
System Red Green Blue C M Y K H S L
Decimal 200 34 145 0 0.83 0.28 0.22 319.88 0.71 0.46
Hex C8 22 91 0 53 1C 16 140 47 2E
Octal 310 42 221 0 123 34 26 500 107 56
Binary 11001000 100010 10010001 0 1010011 11100 10110 101000000 1000111 101110

Color Harmonies of #C82291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82291

Black with #C82291

Text Example


Text Example

White with #C82291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82291; }

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

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

background-color css

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

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

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

border-color css

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

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

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