Html Css Color HEX #C82D88 Medium Red Violet

📋 copy color: '#C82D88'

red 200 ◦ green 45 ◦ blue 136

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

Shades of Medium Red Violet #C82D88

Tints of Medium Red Violet #C82D88

RGB

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

 GREEN value IS 45 (17.97% from 255) = 11.81%

 BLUE value IS 136 (53.52% from 255) = 35.7%

R = 52.49%
G = 11.81%
B = 35.7%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.32

 K value IS 0.22

RGB Variations

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

Color information

#C82D88 (or 0xC82D88) is known color: Medium Red Violet. HEX triplet: C8, 2D and 88. RGB value is (200,45,136). Sum of RGB (Red+Green+Blue) = 200+45+136=381 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.49% from 381); Green value is 45 (17.97% from 255 or 11.81% from 381); Blue value is 136 (53.52% from 255 or 35.70% from 381); Max value from RGB is 200 - color contains mainly: red. Hex color #C82D88 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C82D88 is #37D277. Grayscale: #656565. Windows color (decimal): -3658360 or 8924616. OLE color: 8924616.

HSL color Cylindrical-coordinate representation of color #C82D88: hue angle of 324.77º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C82D88 is Cyan = 0, Magento = 0.78, Yellow = 0.32 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 45 136 -
CMYK 0 0.78 0.32 0.22
HSL 324.77º 0.63% 0.48% -
HSV(B) 324.77º 0.78% 0.78% -
XYZ 29.2 15.93 24.83 -
YUV 101.72 147.35 198.1 -
System Red Green Blue C M Y K H S L
Decimal 200 45 136 0 0.78 0.32 0.22 324.77 0.63 0.48
Hex C8 2D 88 0 4E 20 16 145 3F 30
Octal 310 55 210 0 116 40 26 505 77 60
Binary 11001000 101101 10001000 0 1001110 100000 10110 101000101 111111 110000

Color Harmonies of #C82D88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82D88

Black with #C82D88

Text Example


Text Example

White with #C82D88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82D88; }

 p { color: rgb(200,45,136); }

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

background-color css

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

 a { background-color: rgb(200,45,136); }

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

border-color css

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

 span { border-color: rgb(200,45,136); }

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