Html Css Color HEX #C8288F Medium Red Violet

📋 copy color: '#C8288F'

red 200 ◦ green 40 ◦ blue 143

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

Shades of Medium Red Violet #C8288F

Tints of Medium Red Violet #C8288F

RGB

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

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

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

R = 52.22%
G = 10.44%
B = 37.34%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.28

 K value IS 0.22

RGB Variations

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

Color information

#C8288F (or 0xC8288F) is known color: Medium Red Violet. HEX triplet: C8, 28 and 8F. RGB value is (200,40,143). Sum of RGB (Red+Green+Blue) = 200+40+143=383 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.22% from 383); Green value is 40 (16.02% from 255 or 10.44% from 383); Blue value is 143 (56.25% from 255 or 37.34% from 383); Max value from RGB is 200 - color contains mainly: red. Hex color #C8288F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C8288F is #37D770. Grayscale: #636363. Windows color (decimal): -3659633 or 9382088. OLE color: 9382088.

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

Color convert

RGB 200 40 143 -
CMYK 0 0.8 0.28 0.22
HSL 321.38º 0.67% 0.47% -
HSV(B) 321.38º 0.8% 0.78% -
XYZ 29.54 15.78 27.48 -
YUV 99.58 152.51 199.62 -
System Red Green Blue C M Y K H S L
Decimal 200 40 143 0 0.8 0.28 0.22 321.38 0.67 0.47
Hex C8 28 8F 0 50 1C 16 141 43 2F
Octal 310 50 217 0 120 34 26 501 103 57
Binary 11001000 101000 10001111 0 1010000 11100 10110 101000001 1000011 101111

Color Harmonies of #C8288F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8288F

Black with #C8288F

Text Example


Text Example

White with #C8288F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8288F; }

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

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

background-color css

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

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

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

border-color css

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

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

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