Html Css Color HEX #C82383 Medium Violet Red

📋 copy color: '#C82383'

red 200 ◦ green 35 ◦ blue 131

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

Shades of Medium Violet Red #C82383

Tints of Medium Violet Red #C82383

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 35.79%

R = 54.64%
G = 9.56%
B = 35.79%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.34

 K value IS 0.22

RGB Variations

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

Color information

#C82383 (or 0xC82383) is known color: Medium Violet Red. HEX triplet: C8, 23 and 83. RGB value is (200,35,131). Sum of RGB (Red+Green+Blue) = 200+35+131=366 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.64% from 366); Green value is 35 (14.06% from 255 or 9.56% from 366); Blue value is 131 (51.56% from 255 or 35.79% from 366); Max value from RGB is 200 - color contains mainly: red. Hex color #C82383 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C82383 is #37DC7C. Grayscale: #5F5F5F. Windows color (decimal): -3660925 or 8594376. OLE color: 8594376.

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

Color convert

RGB 200 35 131 -
CMYK 0 0.82 0.34 0.22
HSL 325.09º 0.7% 0.46% -
HSV(B) 325.09º 0.83% 0.78% -
XYZ 28.52 15.12 22.89 -
YUV 95.28 148.16 202.69 -
System Red Green Blue C M Y K H S L
Decimal 200 35 131 0 0.82 0.34 0.22 325.09 0.7 0.46
Hex C8 23 83 0 52 22 16 145 46 2E
Octal 310 43 203 0 122 42 26 505 106 56
Binary 11001000 100011 10000011 0 1010010 100010 10110 101000101 1000110 101110

Color Harmonies of #C82383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82383

Black with #C82383

Text Example


Text Example

White with #C82383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82383; }

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

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

background-color css

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

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

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

border-color css

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

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

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