Html Css Color HEX #C8288C Medium Red Violet

📋 copy color: '#C8288C'

red 200 ◦ green 40 ◦ blue 140

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

Shades of Medium Red Violet #C8288C

Tints of Medium Red Violet #C8288C

RGB

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

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

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

R = 52.63%
G = 10.53%
B = 36.84%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.3

 K value IS 0.22

RGB Variations

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

Color information

#C8288C (or 0xC8288C) is known color: Medium Red Violet. HEX triplet: C8, 28 and 8C. RGB value is (200,40,140). Sum of RGB (Red+Green+Blue) = 200+40+140=380 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.63% from 380); Green value is 40 (16.02% from 255 or 10.53% from 380); Blue value is 140 (55.08% from 255 or 36.84% from 380); Max value from RGB is 200 - color contains mainly: red. Hex color #C8288C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C8288C is #37D773. Grayscale: #636363. Windows color (decimal): -3659636 or 9185480. OLE color: 9185480.

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

Color convert

RGB 200 40 140 -
CMYK 0 0.8 0.3 0.22
HSL 322.5º 0.67% 0.47% -
HSV(B) 322.5º 0.8% 0.78% -
XYZ 29.31 15.69 26.29 -
YUV 99.24 151.01 199.87 -
System Red Green Blue C M Y K H S L
Decimal 200 40 140 0 0.8 0.3 0.22 322.5 0.67 0.47
Hex C8 28 8C 0 50 1E 16 142 43 2F
Octal 310 50 214 0 120 36 26 502 103 57
Binary 11001000 101000 10001100 0 1010000 11110 10110 101000010 1000011 101111

Color Harmonies of #C8288C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8288C

Black with #C8288C

Text Example


Text Example

White with #C8288C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8288C; }

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

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

background-color css

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

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

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

border-color css

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

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

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