Html Css Color HEX #C8398F Medium Red Violet

📋 copy color: '#C8398F'

red 200 ◦ green 57 ◦ blue 143

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

Shades of Medium Red Violet #C8398F

Tints of Medium Red Violet #C8398F

RGB

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

 GREEN value IS 57 (22.66% from 255) = 14.25%

 BLUE value IS 143 (56.25% from 255) = 35.75%

R = 50%
G = 14.25%
B = 35.75%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.28

 K value IS 0.22

RGB Variations

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

Color information

#C8398F (or 0xC8398F) is known color: Medium Red Violet. HEX triplet: C8, 39 and 8F. RGB value is (200,57,143). Sum of RGB (Red+Green+Blue) = 200+57+143=400 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50% from 400); Green value is 57 (22.66% from 255 or 14.25% from 400); Blue value is 143 (56.25% from 255 or 35.75% from 400); Max value from RGB is 200 - color contains mainly: red. Hex color #C8398F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C8398F is #37C670. Grayscale: #6D6D6D. Windows color (decimal): -3655281 or 9386440. OLE color: 9386440.

HSL color Cylindrical-coordinate representation of color #C8398F: hue angle of 323.92º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C8398F is Cyan = 0, Magento = 0.72, Yellow = 0.28 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 57 143 -
CMYK 0 0.72 0.28 0.22
HSL 323.92º 0.57% 0.5% -
HSV(B) 323.92º 0.72% 0.78% -
XYZ 30.24 17.19 27.71 -
YUV 109.56 146.88 192.51 -
System Red Green Blue C M Y K H S L
Decimal 200 57 143 0 0.72 0.28 0.22 323.92 0.57 0.5
Hex C8 39 8F 0 48 1C 16 144 39 32
Octal 310 71 217 0 110 34 26 504 71 62
Binary 11001000 111001 10001111 0 1001000 11100 10110 101000100 111001 110010

Color Harmonies of #C8398F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8398F

Black with #C8398F

Text Example


Text Example

White with #C8398F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8398F; }

 p { color: rgb(200,57,143); }

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

background-color css

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

 a { background-color: rgb(200,57,143); }

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

border-color css

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

 span { border-color: rgb(200,57,143); }

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