Html Css Color HEX #C82DA8 Medium Red Violet

📋 copy color: '#C82DA8'

red 200 ◦ green 45 ◦ blue 168

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

Shades of Medium Red Violet #C82DA8

Tints of Medium Red Violet #C82DA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 40.68%

R = 48.43%
G = 10.9%
B = 40.68%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.16

 K value IS 0.22

RGB Variations

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

Color information

#C82DA8 (or 0xC82DA8) is known color: Medium Red Violet. HEX triplet: C8, 2D and A8. RGB value is (200,45,168). Sum of RGB (Red+Green+Blue) = 200+45+168=413 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.43% from 413); Green value is 45 (17.97% from 255 or 10.90% from 413); Blue value is 168 (66.02% from 255 or 40.68% from 413); Max value from RGB is 200 - color contains mainly: red. Hex color #C82DA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C82DA8 is #37D257. Grayscale: #696969. Windows color (decimal): -3658328 or 11021768. OLE color: 11021768.

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

Color convert

RGB 200 45 168 -
CMYK 0 0.78 0.16 0.22
HSL 312.39º 0.63% 0.48% -
HSV(B) 312.39º 0.78% 0.78% -
XYZ 31.83 16.98 38.65 -
YUV 105.37 163.35 195.5 -
System Red Green Blue C M Y K H S L
Decimal 200 45 168 0 0.78 0.16 0.22 312.39 0.63 0.48
Hex C8 2D A8 0 4E 10 16 138 3F 30
Octal 310 55 250 0 116 20 26 470 77 60
Binary 11001000 101101 10101000 0 1001110 10000 10110 100111000 111111 110000

Color Harmonies of #C82DA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82DA8

Black with #C82DA8

Text Example


Text Example

White with #C82DA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82DA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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