Html Css Color HEX #C83882 Medium Red Violet

📋 copy color: '#C83882'

red 200 ◦ green 56 ◦ blue 130

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

Shades of Medium Red Violet #C83882

Tints of Medium Red Violet #C83882

RGB

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

 GREEN value IS 56 (22.27% from 255) = 14.51%

 BLUE value IS 130 (51.17% from 255) = 33.68%

R = 51.81%
G = 14.51%
B = 33.68%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.35

 K value IS 0.22

RGB Variations

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

Color information

#C83882 (or 0xC83882) is known color: Medium Red Violet. HEX triplet: C8, 38 and 82. RGB value is (200,56,130). Sum of RGB (Red+Green+Blue) = 200+56+130=386 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.81% from 386); Green value is 56 (22.27% from 255 or 14.51% from 386); Blue value is 130 (51.17% from 255 or 33.68% from 386); Max value from RGB is 200 - color contains mainly: red. Hex color #C83882 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C83882 is #37C77D. Grayscale: #6B6B6B. Windows color (decimal): -3655550 or 8534216. OLE color: 8534216.

HSL color Cylindrical-coordinate representation of color #C83882: hue angle of 329.17º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C83882 is Cyan = 0, Magento = 0.72, Yellow = 0.35 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 56 130 -
CMYK 0 0.72 0.35 0.22
HSL 329.17º 0.57% 0.5% -
HSV(B) 329.17º 0.72% 0.78% -
XYZ 29.26 16.72 22.8 -
YUV 107.49 140.71 193.98 -
System Red Green Blue C M Y K H S L
Decimal 200 56 130 0 0.72 0.35 0.22 329.17 0.57 0.5
Hex C8 38 82 0 48 23 16 149 39 32
Octal 310 70 202 0 110 43 26 511 71 62
Binary 11001000 111000 10000010 0 1001000 100011 10110 101001001 111001 110010

Color Harmonies of #C83882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C83882

Black with #C83882

Text Example


Text Example

White with #C83882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C83882; }

 p { color: rgb(200,56,130); }

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

background-color css

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

 a { background-color: rgb(200,56,130); }

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

border-color css

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

 span { border-color: rgb(200,56,130); }

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