Html Css Color HEX #C82272 Medium Violet Red

📋 copy color: '#C82272'

red 200 ◦ green 34 ◦ blue 114

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

Shades of Medium Violet Red #C82272

Tints of Medium Violet Red #C82272

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 32.76%

R = 57.47%
G = 9.77%
B = 32.76%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.43

 K value IS 0.22

RGB Variations

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

Color information

#C82272 (or 0xC82272) is known color: Medium Violet Red. HEX triplet: C8, 22 and 72. RGB value is (200,34,114). Sum of RGB (Red+Green+Blue) = 200+34+114=348 (46% of max value = 765). Red value is 200 (78.52% from 255 or 57.47% from 348); Green value is 34 (13.67% from 255 or 9.77% from 348); Blue value is 114 (44.92% from 255 or 32.76% from 348); Max value from RGB is 200 - color contains mainly: red. Hex color #C82272 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C82272 is #37DD8D. Grayscale: #5C5C5C. Windows color (decimal): -3661198 or 7480008. OLE color: 7480008.

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

Color convert

RGB 200 34 114 -
CMYK 0 0.83 0.43 0.22
HSL 331.08º 0.71% 0.46% -
HSV(B) 331.08º 0.83% 0.78% -
XYZ 27.43 14.64 17.3 -
YUV 92.75 140 204.5 -
System Red Green Blue C M Y K H S L
Decimal 200 34 114 0 0.83 0.43 0.22 331.08 0.71 0.46
Hex C8 22 72 0 53 2B 16 14B 47 2E
Octal 310 42 162 0 123 53 26 513 107 56
Binary 11001000 100010 1110010 0 1010011 101011 10110 101001011 1000111 101110

Color Harmonies of #C82272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82272

Black with #C82272

Text Example


Text Example

White with #C82272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82272; }

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

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

background-color css

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

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

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

border-color css

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

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

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