Html Css Color HEX #C8298F Medium Red Violet

📋 copy color: '#C8298F'

red 200 ◦ green 41 ◦ blue 143

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

Shades of Medium Red Violet #C8298F

Tints of Medium Red Violet #C8298F

RGB

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

 GREEN value IS 41 (16.41% from 255) = 10.68%

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

R = 52.08%
G = 10.68%
B = 37.24%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.28

 K value IS 0.22

RGB Variations

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

Color information

#C8298F (or 0xC8298F) is known color: Medium Red Violet. HEX triplet: C8, 29 and 8F. RGB value is (200,41,143). Sum of RGB (Red+Green+Blue) = 200+41+143=384 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.08% from 384); Green value is 41 (16.41% from 255 or 10.68% from 384); Blue value is 143 (56.25% from 255 or 37.24% from 384); Max value from RGB is 200 - color contains mainly: red. Hex color #C8298F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C8298F is #37D670. Grayscale: #636363. Windows color (decimal): -3659377 or 9382344. OLE color: 9382344.

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

Color convert

RGB 200 41 143 -
CMYK 0 0.80 0.28 0.22
HSL 321.51º 0.66% 0.47% -
HSV(B) 321.51º 0.8% 0.78% -
XYZ 29.57 15.85 27.49 -
YUV 100.17 152.18 199.21 -
System Red Green Blue C M Y K H S L
Decimal 200 41 143 0 0.80 0.28 0.22 321.51 0.66 0.47
Hex C8 29 8F 0 50 1C 16 142 42 2F
Octal 310 51 217 0 120 34 26 502 102 57
Binary 11001000 101001 10001111 0 1010000 11100 10110 101000010 1000010 101111

Color Harmonies of #C8298F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8298F

Black with #C8298F

Text Example


Text Example

White with #C8298F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8298F; }

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

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

background-color css

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

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

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

border-color css

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

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

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