Html Css Color HEX #C82682 Medium Violet Red

📋 copy color: '#C82682'

red 200 ◦ green 38 ◦ blue 130

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

Shades of Medium Violet Red #C82682

Tints of Medium Violet Red #C82682

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.33%

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

R = 54.35%
G = 10.33%
B = 35.33%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.35

 K value IS 0.22

RGB Variations

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

Color information

#C82682 (or 0xC82682) is known color: Medium Violet Red. HEX triplet: C8, 26 and 82. RGB value is (200,38,130). Sum of RGB (Red+Green+Blue) = 200+38+130=368 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.35% from 368); Green value is 38 (15.23% from 255 or 10.33% from 368); Blue value is 130 (51.17% from 255 or 35.33% from 368); Max value from RGB is 200 - color contains mainly: red. Hex color #C82682 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C82682 is #37D97D. Grayscale: #606060. Windows color (decimal): -3660158 or 8529608. OLE color: 8529608.

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

Color convert

RGB 200 38 130 -
CMYK 0 0.81 0.35 0.22
HSL 325.93º 0.68% 0.47% -
HSV(B) 325.93º 0.81% 0.78% -
XYZ 28.54 15.28 22.56 -
YUV 96.93 146.67 201.52 -
System Red Green Blue C M Y K H S L
Decimal 200 38 130 0 0.81 0.35 0.22 325.93 0.68 0.47
Hex C8 26 82 0 51 23 16 146 44 2F
Octal 310 46 202 0 121 43 26 506 104 57
Binary 11001000 100110 10000010 0 1010001 100011 10110 101000110 1000100 101111

Color Harmonies of #C82682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82682

Black with #C82682

Text Example


Text Example

White with #C82682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82682; }

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

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

background-color css

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

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

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

border-color css

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

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

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