Html Css Color HEX #C82898 Medium Red Violet

📋 copy color: '#C82898'

red 200 ◦ green 40 ◦ blue 152

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

Shades of Medium Red Violet #C82898

Tints of Medium Red Violet #C82898

RGB

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

 GREEN value IS 40 (16.02% from 255) = 10.2%

 BLUE value IS 152 (59.77% from 255) = 38.78%

R = 51.02%
G = 10.2%
B = 38.78%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.24

 K value IS 0.22

RGB Variations

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

Color information

#C82898 (or 0xC82898) is known color: Medium Red Violet. HEX triplet: C8, 28 and 98. RGB value is (200,40,152). Sum of RGB (Red+Green+Blue) = 200+40+152=392 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.02% from 392); Green value is 40 (16.02% from 255 or 10.20% from 392); Blue value is 152 (59.77% from 255 or 38.78% from 392); Max value from RGB is 200 - color contains mainly: red. Hex color #C82898 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C82898 is #37D767. Grayscale: #646464. Windows color (decimal): -3659624 or 9971912. OLE color: 9971912.

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

Color convert

RGB 200 40 152 -
CMYK 0 0.8 0.24 0.22
HSL 318º 0.67% 0.47% -
HSV(B) 318º 0.8% 0.78% -
XYZ 30.25 16.06 31.21 -
YUV 100.61 157.01 198.89 -
System Red Green Blue C M Y K H S L
Decimal 200 40 152 0 0.8 0.24 0.22 318 0.67 0.47
Hex C8 28 98 0 50 18 16 13E 43 2F
Octal 310 50 230 0 120 30 26 476 103 57
Binary 11001000 101000 10011000 0 1010000 11000 10110 100111110 1000011 101111

Color Harmonies of #C82898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82898

Black with #C82898

Text Example


Text Example

White with #C82898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82898; }

 p { color: rgb(200,40,152); }

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

background-color css

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

 a { background-color: rgb(200,40,152); }

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

border-color css

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

 span { border-color: rgb(200,40,152); }

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