Html Css Color HEX #C82475 Medium Violet Red

📋 copy color: '#C82475'

red 200 ◦ green 36 ◦ blue 117

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

Shades of Medium Violet Red #C82475

Tints of Medium Violet Red #C82475

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.2%

 BLUE value IS 117 (46.09% from 255) = 33.14%

R = 56.66%
G = 10.2%
B = 33.14%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.42

 K value IS 0.22

RGB Variations

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

Color information

#C82475 (or 0xC82475) is known color: Medium Violet Red. HEX triplet: C8, 24 and 75. RGB value is (200,36,117). Sum of RGB (Red+Green+Blue) = 200+36+117=353 (46% of max value = 765). Red value is 200 (78.52% from 255 or 56.66% from 353); Green value is 36 (14.45% from 255 or 10.20% from 353); Blue value is 117 (46.09% from 255 or 33.14% from 353); Max value from RGB is 200 - color contains mainly: red. Hex color #C82475 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C82475 is #37DB8A. Grayscale: #5E5E5E. Windows color (decimal): -3660683 or 7677128. OLE color: 7677128.

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

Color convert

RGB 200 36 117 -
CMYK 0 0.82 0.42 0.22
HSL 330.37º 0.69% 0.46% -
HSV(B) 330.37º 0.82% 0.78% -
XYZ 27.66 14.83 18.23 -
YUV 94.27 140.83 203.41 -
System Red Green Blue C M Y K H S L
Decimal 200 36 117 0 0.82 0.42 0.22 330.37 0.69 0.46
Hex C8 24 75 0 52 2A 16 14A 45 2E
Octal 310 44 165 0 122 52 26 512 105 56
Binary 11001000 100100 1110101 0 1010010 101010 10110 101001010 1000101 101110

Color Harmonies of #C82475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82475

Black with #C82475

Text Example


Text Example

White with #C82475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82475; }

 p { color: rgb(200,36,117); }

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

background-color css

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

 a { background-color: rgb(200,36,117); }

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

border-color css

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

 span { border-color: rgb(200,36,117); }

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