Html Css Color HEX #C82570 Medium Violet Red

📋 copy color: '#C82570'

red 200 ◦ green 37 ◦ blue 112

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

Shades of Medium Violet Red #C82570

Tints of Medium Violet Red #C82570

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.6%

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

R = 57.31%
G = 10.6%
B = 32.09%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.44

 K value IS 0.22

RGB Variations

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

Color information

#C82570 (or 0xC82570) is known color: Medium Violet Red. HEX triplet: C8, 25 and 70. RGB value is (200,37,112). Sum of RGB (Red+Green+Blue) = 200+37+112=349 (46% of max value = 765). Red value is 200 (78.52% from 255 or 57.31% from 349); Green value is 37 (14.84% from 255 or 10.60% from 349); Blue value is 112 (44.14% from 255 or 32.09% from 349); Max value from RGB is 200 - color contains mainly: red. Hex color #C82570 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C82570 is #37DA8F. Grayscale: #5E5E5E. Windows color (decimal): -3660432 or 7349704. OLE color: 7349704.

HSL color Cylindrical-coordinate representation of color #C82570: hue angle of 332.39º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C82570 is Cyan = 0, Magento = 0.82, Yellow = 0.44 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 37 112 -
CMYK 0 0.82 0.44 0.22
HSL 332.39º 0.69% 0.46% -
HSV(B) 332.39º 0.82% 0.78% -
XYZ 27.41 14.77 16.74 -
YUV 94.29 138 203.4 -
System Red Green Blue C M Y K H S L
Decimal 200 37 112 0 0.82 0.44 0.22 332.39 0.69 0.46
Hex C8 25 70 0 52 2C 16 14C 45 2E
Octal 310 45 160 0 122 54 26 514 105 56
Binary 11001000 100101 1110000 0 1010010 101100 10110 101001100 1000101 101110

Color Harmonies of #C82570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82570

Black with #C82570

Text Example


Text Example

White with #C82570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82570; }

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

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

background-color css

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

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

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

border-color css

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

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

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