Html Css Color HEX #C8297E Medium Red Violet

📋 copy color: '#C8297E'

red 200 ◦ green 41 ◦ blue 126

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

Shades of Medium Red Violet #C8297E

Tints of Medium Red Violet #C8297E

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.17%

 BLUE value IS 126 (49.61% from 255) = 34.33%

R = 54.5%
G = 11.17%
B = 34.33%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.37

 K value IS 0.22

RGB Variations

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

Color information

#C8297E (or 0xC8297E) is known color: Medium Red Violet. HEX triplet: C8, 29 and 7E. RGB value is (200,41,126). Sum of RGB (Red+Green+Blue) = 200+41+126=367 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.50% from 367); Green value is 41 (16.41% from 255 or 11.17% from 367); Blue value is 126 (49.61% from 255 or 34.33% from 367); Max value from RGB is 200 - color contains mainly: red. Hex color #C8297E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8297E is #37D681. Grayscale: #626262. Windows color (decimal): -3659394 or 8268232. OLE color: 8268232.

HSL color Cylindrical-coordinate representation of color #C8297E: hue angle of 327.92º degrees, saturation: 0.66, 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 #C8297E is Cyan = 0, Magento = 0.80, Yellow = 0.37 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 41 126 -
CMYK 0 0.80 0.37 0.22
HSL 327.92º 0.66% 0.47% -
HSV(B) 327.92º 0.8% 0.78% -
XYZ 28.38 15.37 21.21 -
YUV 98.23 143.68 200.59 -
System Red Green Blue C M Y K H S L
Decimal 200 41 126 0 0.80 0.37 0.22 327.92 0.66 0.47
Hex C8 29 7E 0 50 25 16 148 42 2F
Octal 310 51 176 0 120 45 26 510 102 57
Binary 11001000 101001 1111110 0 1010000 100101 10110 101001000 1000010 101111

Color Harmonies of #C8297E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8297E

Black with #C8297E

Text Example


Text Example

White with #C8297E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8297E; }

 p { color: rgb(200,41,126); }

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

background-color css

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

 a { background-color: rgb(200,41,126); }

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

border-color css

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

 span { border-color: rgb(200,41,126); }

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