Html Css Color HEX #C8289B Medium Red Violet

📋 copy color: '#C8289B'

red 200 ◦ green 40 ◦ blue 155

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

Shades of Medium Red Violet #C8289B

Tints of Medium Red Violet #C8289B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 39.24%

R = 50.63%
G = 10.13%
B = 39.24%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.22

 K value IS 0.22

RGB Variations

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

Color information

#C8289B (or 0xC8289B) is known color: Medium Red Violet. HEX triplet: C8, 28 and 9B. RGB value is (200,40,155). Sum of RGB (Red+Green+Blue) = 200+40+155=395 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.63% from 395); Green value is 40 (16.02% from 255 or 10.13% from 395); Blue value is 155 (60.94% from 255 or 39.24% from 395); Max value from RGB is 200 - color contains mainly: red. Hex color #C8289B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C8289B is #37D764. Grayscale: #646464. Windows color (decimal): -3659621 or 10168520. OLE color: 10168520.

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

Color convert

RGB 200 40 155 -
CMYK 0 0.8 0.22 0.22
HSL 316.88º 0.67% 0.47% -
HSV(B) 316.88º 0.8% 0.78% -
XYZ 30.49 16.16 32.52 -
YUV 100.95 158.51 198.65 -
System Red Green Blue C M Y K H S L
Decimal 200 40 155 0 0.8 0.22 0.22 316.88 0.67 0.47
Hex C8 28 9B 0 50 16 16 13D 43 2F
Octal 310 50 233 0 120 26 26 475 103 57
Binary 11001000 101000 10011011 0 1010000 10110 10110 100111101 1000011 101111

Color Harmonies of #C8289B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8289B

Black with #C8289B

Text Example


Text Example

White with #C8289B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8289B; }

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

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

background-color css

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

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

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

border-color css

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

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

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