Html Css Color HEX #C82F8D Medium Red Violet

📋 copy color: '#C82F8D'

red 200 ◦ green 47 ◦ blue 141

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

Shades of Medium Red Violet #C82F8D

Tints of Medium Red Violet #C82F8D

RGB

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

 GREEN value IS 47 (18.75% from 255) = 12.11%

 BLUE value IS 141 (55.47% from 255) = 36.34%

R = 51.55%
G = 12.11%
B = 36.34%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.29

 K value IS 0.22

RGB Variations

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

Color information

#C82F8D (or 0xC82F8D) is known color: Medium Red Violet. HEX triplet: C8, 2F and 8D. RGB value is (200,47,141). Sum of RGB (Red+Green+Blue) = 200+47+141=388 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.55% from 388); Green value is 47 (18.75% from 255 or 12.11% from 388); Blue value is 141 (55.47% from 255 or 36.34% from 388); Max value from RGB is 200 - color contains mainly: red. Hex color #C82F8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C82F8D is #37D072. Grayscale: #676767. Windows color (decimal): -3657843 or 9252808. OLE color: 9252808.

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

Color convert

RGB 200 47 141 -
CMYK 0 0.76 0.29 0.22
HSL 323.14º 0.62% 0.48% -
HSV(B) 323.14º 0.77% 0.78% -
XYZ 29.64 16.24 26.77 -
YUV 103.46 149.19 196.86 -
System Red Green Blue C M Y K H S L
Decimal 200 47 141 0 0.76 0.29 0.22 323.14 0.62 0.48
Hex C8 2F 8D 0 4C 1D 16 143 3E 30
Octal 310 57 215 0 114 35 26 503 76 60
Binary 11001000 101111 10001101 0 1001100 11101 10110 101000011 111110 110000

Color Harmonies of #C82F8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82F8D

Black with #C82F8D

Text Example


Text Example

White with #C82F8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82F8D; }

 p { color: rgb(200,47,141); }

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

background-color css

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

 a { background-color: rgb(200,47,141); }

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

border-color css

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

 span { border-color: rgb(200,47,141); }

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