Html Css Color HEX #C82770 Medium Red Violet

📋 copy color: '#C82770'

red 200 ◦ green 39 ◦ blue 112

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

Shades of Medium Red Violet #C82770

Tints of Medium Red Violet #C82770

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.11%

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

R = 56.98%
G = 11.11%
B = 31.91%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.44

 K value IS 0.22

RGB Variations

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

Color information

#C82770 (or 0xC82770) is known color: Medium Red Violet. HEX triplet: C8, 27 and 70. RGB value is (200,39,112). Sum of RGB (Red+Green+Blue) = 200+39+112=351 (46% of max value = 765). Red value is 200 (78.52% from 255 or 56.98% from 351); Green value is 39 (15.62% from 255 or 11.11% from 351); Blue value is 112 (44.14% from 255 or 31.91% from 351); Max value from RGB is 200 - color contains mainly: red. Hex color #C82770 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C82770 is #37D88F. Grayscale: #5F5F5F. Windows color (decimal): -3659920 or 7350216. OLE color: 7350216.

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

Color convert

RGB 200 39 112 -
CMYK 0 0.80 0.44 0.22
HSL 332.8º 0.67% 0.47% -
HSV(B) 332.8º 0.81% 0.78% -
XYZ 27.47 14.9 16.76 -
YUV 95.46 137.34 202.56 -
System Red Green Blue C M Y K H S L
Decimal 200 39 112 0 0.80 0.44 0.22 332.8 0.67 0.47
Hex C8 27 70 0 50 2C 16 14D 43 2F
Octal 310 47 160 0 120 54 26 515 103 57
Binary 11001000 100111 1110000 0 1010000 101100 10110 101001101 1000011 101111

Color Harmonies of #C82770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82770

Black with #C82770

Text Example


Text Example

White with #C82770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82770; }

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

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

background-color css

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

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

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

border-color css

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

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

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