Html Css Color HEX #C8297B Medium Red Violet

📋 copy color: '#C8297B'

red 200 ◦ green 41 ◦ blue 123

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

Shades of Medium Red Violet #C8297B

Tints of Medium Red Violet #C8297B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 33.79%

R = 54.95%
G = 11.26%
B = 33.79%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.38

 K value IS 0.22

RGB Variations

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

Color information

#C8297B (or 0xC8297B) is known color: Medium Red Violet. HEX triplet: C8, 29 and 7B. RGB value is (200,41,123). Sum of RGB (Red+Green+Blue) = 200+41+123=364 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.95% from 364); Green value is 41 (16.41% from 255 or 11.26% from 364); Blue value is 123 (48.44% from 255 or 33.79% from 364); Max value from RGB is 200 - color contains mainly: red. Hex color #C8297B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8297B is #37D684. Grayscale: #616161. Windows color (decimal): -3659397 or 8071624. OLE color: 8071624.

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

Color convert

RGB 200 41 123 -
CMYK 0 0.80 0.38 0.22
HSL 329.06º 0.66% 0.47% -
HSV(B) 329.06º 0.8% 0.78% -
XYZ 28.19 15.3 20.21 -
YUV 97.89 142.18 200.83 -
System Red Green Blue C M Y K H S L
Decimal 200 41 123 0 0.80 0.38 0.22 329.06 0.66 0.47
Hex C8 29 7B 0 50 26 16 149 42 2F
Octal 310 51 173 0 120 46 26 511 102 57
Binary 11001000 101001 1111011 0 1010000 100110 10110 101001001 1000010 101111

Color Harmonies of #C8297B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8297B

Black with #C8297B

Text Example


Text Example

White with #C8297B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8297B; }

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

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

background-color css

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

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

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

border-color css

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

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

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