Html Css Color HEX #C82375 Medium Violet Red

📋 copy color: '#C82375'

red 200 ◦ green 35 ◦ blue 117

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

Shades of Medium Violet Red #C82375

Tints of Medium Violet Red #C82375

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.94%

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

R = 56.82%
G = 9.94%
B = 33.24%

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

#C82375 (or 0xC82375) is known color: Medium Violet Red. HEX triplet: C8, 23 and 75. RGB value is (200,35,117). Sum of RGB (Red+Green+Blue) = 200+35+117=352 (46% of max value = 765). Red value is 200 (78.52% from 255 or 56.82% from 352); Green value is 35 (14.06% from 255 or 9.94% from 352); Blue value is 117 (46.09% from 255 or 33.24% from 352); Max value from RGB is 200 - color contains mainly: red. Hex color #C82375 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C82375 is #37DC8A. Grayscale: #5D5D5D. Windows color (decimal): -3660939 or 7676872. OLE color: 7676872.

HSL color Cylindrical-coordinate representation of color #C82375: hue angle of 330.18º degrees, saturation: 0.7, 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 #C82375 is Cyan = 0, Magento = 0.82, Yellow = 0.42 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 35 117 -
CMYK 0 0.82 0.42 0.22
HSL 330.18º 0.7% 0.46% -
HSV(B) 330.18º 0.83% 0.78% -
XYZ 27.63 14.77 18.22 -
YUV 93.68 141.16 203.83 -
System Red Green Blue C M Y K H S L
Decimal 200 35 117 0 0.82 0.42 0.22 330.18 0.7 0.46
Hex C8 23 75 0 52 2A 16 14A 46 2E
Octal 310 43 165 0 122 52 26 512 106 56
Binary 11001000 100011 1110101 0 1010010 101010 10110 101001010 1000110 101110

Color Harmonies of #C82375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82375

Black with #C82375

Text Example


Text Example

White with #C82375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82375; }

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

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

background-color css

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

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

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

border-color css

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

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

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