Html Css Color HEX #C82D90 Medium Red Violet

📋 copy color: '#C82D90'

red 200 ◦ green 45 ◦ blue 144

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

Shades of Medium Red Violet #C82D90

Tints of Medium Red Violet #C82D90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 37.02%

R = 51.41%
G = 11.57%
B = 37.02%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.28

 K value IS 0.22

RGB Variations

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

Color information

#C82D90 (or 0xC82D90) is known color: Medium Red Violet. HEX triplet: C8, 2D and 90. RGB value is (200,45,144). Sum of RGB (Red+Green+Blue) = 200+45+144=389 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.41% from 389); Green value is 45 (17.97% from 255 or 11.57% from 389); Blue value is 144 (56.64% from 255 or 37.02% from 389); Max value from RGB is 200 - color contains mainly: red. Hex color #C82D90 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C82D90 is #37D26F. Grayscale: #666666. Windows color (decimal): -3658352 or 9448904. OLE color: 9448904.

HSL color Cylindrical-coordinate representation of color #C82D90: hue angle of 321.68º 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 #C82D90 is Cyan = 0, Magento = 0.78, Yellow = 0.28 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 45 144 -
CMYK 0 0.78 0.28 0.22
HSL 321.68º 0.63% 0.48% -
HSV(B) 321.68º 0.78% 0.78% -
XYZ 29.79 16.17 27.94 -
YUV 102.63 151.35 197.45 -
System Red Green Blue C M Y K H S L
Decimal 200 45 144 0 0.78 0.28 0.22 321.68 0.63 0.48
Hex C8 2D 90 0 4E 1C 16 142 3F 30
Octal 310 55 220 0 116 34 26 502 77 60
Binary 11001000 101101 10010000 0 1001110 11100 10110 101000010 111111 110000

Color Harmonies of #C82D90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82D90

Black with #C82D90

Text Example


Text Example

White with #C82D90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82D90; }

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

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

background-color css

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

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

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

border-color css

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

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

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