Html Css Color HEX #C6298F Medium Red Violet

📋 copy color: '#C6298F'

red 198 ◦ green 41 ◦ blue 143

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

Shades of Medium Red Violet #C6298F

Tints of Medium Red Violet #C6298F

RGB

 RED value IS 198 (77.73% from 255) = 51.83%

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

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

R = 51.83%
G = 10.73%
B = 37.43%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.28

 K value IS 0.22

RGB Variations

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

Color information

#C6298F (or 0xC6298F) is known color: Medium Red Violet. HEX triplet: C6, 29 and 8F. RGB value is (198,41,143). Sum of RGB (Red+Green+Blue) = 198+41+143=382 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.83% from 382); Green value is 41 (16.41% from 255 or 10.73% from 382); Blue value is 143 (56.25% from 255 or 37.43% from 382); Max value from RGB is 198 - color contains mainly: red. Hex color #C6298F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C6298F is #39D670. Grayscale: #636363. Windows color (decimal): -3790449 or 9382342. OLE color: 9382342.

HSL color Cylindrical-coordinate representation of color #C6298F: hue angle of 321.02º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C6298F is Cyan = 0, Magento = 0.79, Yellow = 0.28 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 41 143 -
CMYK 0 0.79 0.28 0.22
HSL 321.02º 0.66% 0.47% -
HSV(B) 321.02º 0.79% 0.78% -
XYZ 29.04 15.57 27.46 -
YUV 99.57 152.51 198.21 -
System Red Green Blue C M Y K H S L
Decimal 198 41 143 0 0.79 0.28 0.22 321.02 0.66 0.47
Hex C6 29 8F 0 4F 1C 16 141 42 2F
Octal 306 51 217 0 117 34 26 501 102 57
Binary 11000110 101001 10001111 0 1001111 11100 10110 101000001 1000010 101111

Color Harmonies of #C6298F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6298F

Black with #C6298F

Text Example


Text Example

White with #C6298F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6298F; }

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

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

background-color css

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

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

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

border-color css

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

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

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