Html Css Color HEX #C82670 Medium Red Violet

📋 copy color: '#C82670'

red 200 ◦ green 38 ◦ blue 112

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

Shades of Medium Red Violet #C82670

Tints of Medium Red Violet #C82670

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 32%

R = 57.14%
G = 10.86%
B = 32%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.44

 K value IS 0.22

RGB Variations

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

Color information

#C82670 (or 0xC82670) is known color: Medium Red Violet. HEX triplet: C8, 26 and 70. RGB value is (200,38,112). Sum of RGB (Red+Green+Blue) = 200+38+112=350 (46% of max value = 765). Red value is 200 (78.52% from 255 or 57.14% from 350); Green value is 38 (15.23% from 255 or 10.86% from 350); Blue value is 112 (44.14% from 255 or 32% from 350); Max value from RGB is 200 - color contains mainly: red. Hex color #C82670 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C82670 is #37D98F. Grayscale: #5E5E5E. Windows color (decimal): -3660176 or 7349960. OLE color: 7349960.

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

Color convert

RGB 200 38 112 -
CMYK 0 0.81 0.44 0.22
HSL 332.59º 0.68% 0.47% -
HSV(B) 332.59º 0.81% 0.78% -
XYZ 27.44 14.84 16.75 -
YUV 94.87 137.67 202.98 -
System Red Green Blue C M Y K H S L
Decimal 200 38 112 0 0.81 0.44 0.22 332.59 0.68 0.47
Hex C8 26 70 0 51 2C 16 14D 44 2F
Octal 310 46 160 0 121 54 26 515 104 57
Binary 11001000 100110 1110000 0 1010001 101100 10110 101001101 1000100 101111

Color Harmonies of #C82670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82670

Black with #C82670

Text Example


Text Example

White with #C82670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82670; }

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

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

background-color css

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

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

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

border-color css

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

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

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