Html Css Color HEX #C8368C Medium Red Violet

📋 copy color: '#C8368C'

red 200 ◦ green 54 ◦ blue 140

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

Shades of Medium Red Violet #C8368C

Tints of Medium Red Violet #C8368C

RGB

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

 GREEN value IS 54 (21.48% from 255) = 13.71%

 BLUE value IS 140 (55.08% from 255) = 35.53%

R = 50.76%
G = 13.71%
B = 35.53%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.3

 K value IS 0.22

RGB Variations

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

Color information

#C8368C (or 0xC8368C) is known color: Medium Red Violet. HEX triplet: C8, 36 and 8C. RGB value is (200,54,140). Sum of RGB (Red+Green+Blue) = 200+54+140=394 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.76% from 394); Green value is 54 (21.48% from 255 or 13.71% from 394); Blue value is 140 (55.08% from 255 or 35.53% from 394); Max value from RGB is 200 - color contains mainly: red. Hex color #C8368C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C8368C is #37C973. Grayscale: #6B6B6B. Windows color (decimal): -3656052 or 9189064. OLE color: 9189064.

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

Color convert

RGB 200 54 140 -
CMYK 0 0.73 0.3 0.22
HSL 324.66º 0.57% 0.5% -
HSV(B) 324.66º 0.73% 0.78% -
XYZ 29.87 16.81 26.48 -
YUV 107.46 146.37 194.01 -
System Red Green Blue C M Y K H S L
Decimal 200 54 140 0 0.73 0.3 0.22 324.66 0.57 0.5
Hex C8 36 8C 0 49 1E 16 145 39 32
Octal 310 66 214 0 111 36 26 505 71 62
Binary 11001000 110110 10001100 0 1001001 11110 10110 101000101 111001 110010

Color Harmonies of #C8368C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8368C

Black with #C8368C

Text Example


Text Example

White with #C8368C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8368C; }

 p { color: rgb(200,54,140); }

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

background-color css

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

 a { background-color: rgb(200,54,140); }

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

border-color css

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

 span { border-color: rgb(200,54,140); }

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