Html Css Color HEX #C8299A Medium Red Violet

📋 copy color: '#C8299A'

red 200 ◦ green 41 ◦ blue 154

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

Shades of Medium Red Violet #C8299A

Tints of Medium Red Violet #C8299A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 38.99%

R = 50.63%
G = 10.38%
B = 38.99%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.23

 K value IS 0.22

RGB Variations

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

Color information

#C8299A (or 0xC8299A) is known color: Medium Red Violet. HEX triplet: C8, 29 and 9A. RGB value is (200,41,154). Sum of RGB (Red+Green+Blue) = 200+41+154=395 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.63% from 395); Green value is 41 (16.41% from 255 or 10.38% from 395); Blue value is 154 (60.55% from 255 or 38.99% from 395); Max value from RGB is 200 - color contains mainly: red. Hex color #C8299A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C8299A is #37D665. Grayscale: #656565. Windows color (decimal): -3659366 or 10103240. OLE color: 10103240.

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

Color convert

RGB 200 41 154 -
CMYK 0 0.80 0.23 0.22
HSL 317.36º 0.66% 0.47% -
HSV(B) 317.36º 0.8% 0.78% -
XYZ 30.45 16.2 32.09 -
YUV 101.42 157.68 198.31 -
System Red Green Blue C M Y K H S L
Decimal 200 41 154 0 0.80 0.23 0.22 317.36 0.66 0.47
Hex C8 29 9A 0 50 17 16 13D 42 2F
Octal 310 51 232 0 120 27 26 475 102 57
Binary 11001000 101001 10011010 0 1010000 10111 10110 100111101 1000010 101111

Color Harmonies of #C8299A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8299A

Black with #C8299A

Text Example


Text Example

White with #C8299A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8299A; }

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

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

background-color css

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

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

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

border-color css

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

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

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