Html Css Color HEX #C82672 Medium Red Violet

📋 copy color: '#C82672'

red 200 ◦ green 38 ◦ blue 114

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

Shades of Medium Red Violet #C82672

Tints of Medium Red Violet #C82672

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.8%

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

R = 56.82%
G = 10.8%
B = 32.39%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.43

 K value IS 0.22

RGB Variations

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

Color information

#C82672 (or 0xC82672) is known color: Medium Red Violet. HEX triplet: C8, 26 and 72. RGB value is (200,38,114). Sum of RGB (Red+Green+Blue) = 200+38+114=352 (46% of max value = 765). Red value is 200 (78.52% from 255 or 56.82% from 352); Green value is 38 (15.23% from 255 or 10.80% from 352); Blue value is 114 (44.92% from 255 or 32.39% from 352); Max value from RGB is 200 - color contains mainly: red. Hex color #C82672 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C82672 is #37D98D. Grayscale: #5E5E5E. Windows color (decimal): -3660174 or 7481032. OLE color: 7481032.

HSL color Cylindrical-coordinate representation of color #C82672: hue angle of 331.85º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C82672 is Cyan = 0, Magento = 0.81, Yellow = 0.43 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 38 114 -
CMYK 0 0.81 0.43 0.22
HSL 331.85º 0.68% 0.47% -
HSV(B) 331.85º 0.81% 0.78% -
XYZ 27.55 14.88 17.34 -
YUV 95.1 138.67 202.82 -
System Red Green Blue C M Y K H S L
Decimal 200 38 114 0 0.81 0.43 0.22 331.85 0.68 0.47
Hex C8 26 72 0 51 2B 16 14C 44 2F
Octal 310 46 162 0 121 53 26 514 104 57
Binary 11001000 100110 1110010 0 1010001 101011 10110 101001100 1000100 101111

Color Harmonies of #C82672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82672

Black with #C82672

Text Example


Text Example

White with #C82672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82672; }

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

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

background-color css

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

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

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

border-color css

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

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

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