Html Css Color HEX #C82283 Medium Violet Red

📋 copy color: '#C82283'

red 200 ◦ green 34 ◦ blue 131

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

Shades of Medium Violet Red #C82283

Tints of Medium Violet Red #C82283

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.32%

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

R = 54.79%
G = 9.32%
B = 35.89%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.34

 K value IS 0.22

RGB Variations

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

Color information

#C82283 (or 0xC82283) is known color: Medium Violet Red. HEX triplet: C8, 22 and 83. RGB value is (200,34,131). Sum of RGB (Red+Green+Blue) = 200+34+131=365 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.79% from 365); Green value is 34 (13.67% from 255 or 9.32% from 365); Blue value is 131 (51.56% from 255 or 35.89% from 365); Max value from RGB is 200 - color contains mainly: red. Hex color #C82283 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C82283 is #37DD7C. Grayscale: #5E5E5E. Windows color (decimal): -3661181 or 8594120. OLE color: 8594120.

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

Color convert

RGB 200 34 131 -
CMYK 0 0.83 0.34 0.22
HSL 324.94º 0.71% 0.46% -
HSV(B) 324.94º 0.83% 0.78% -
XYZ 28.49 15.06 22.88 -
YUV 94.69 148.5 203.11 -
System Red Green Blue C M Y K H S L
Decimal 200 34 131 0 0.83 0.34 0.22 324.94 0.71 0.46
Hex C8 22 83 0 53 22 16 145 47 2E
Octal 310 42 203 0 123 42 26 505 107 56
Binary 11001000 100010 10000011 0 1010011 100010 10110 101000101 1000111 101110

Color Harmonies of #C82283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82283

Black with #C82283

Text Example


Text Example

White with #C82283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82283; }

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

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

background-color css

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

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

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

border-color css

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

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

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