Html Css Color HEX #C6288F Medium Red Violet

📋 copy color: '#C6288F'

red 198 ◦ green 40 ◦ blue 143

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

Shades of Medium Red Violet #C6288F

Tints of Medium Red Violet #C6288F

RGB

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

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

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

R = 51.97%
G = 10.5%
B = 37.53%

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

#C6288F (or 0xC6288F) is known color: Medium Red Violet. HEX triplet: C6, 28 and 8F. RGB value is (198,40,143). Sum of RGB (Red+Green+Blue) = 198+40+143=381 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.97% from 381); Green value is 40 (16.02% from 255 or 10.50% from 381); Blue value is 143 (56.25% from 255 or 37.53% from 381); Max value from RGB is 198 - color contains mainly: red. Hex color #C6288F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C6288F is #39D770. Grayscale: #626262. Windows color (decimal): -3790705 or 9382086. OLE color: 9382086.

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

Color convert

RGB 198 40 143 -
CMYK 0 0.80 0.28 0.22
HSL 320.89º 0.66% 0.47% -
HSV(B) 320.89º 0.8% 0.78% -
XYZ 29.01 15.51 27.45 -
YUV 98.98 152.85 198.62 -
System Red Green Blue C M Y K H S L
Decimal 198 40 143 0 0.80 0.28 0.22 320.89 0.66 0.47
Hex C6 28 8F 0 50 1C 16 141 42 2F
Octal 306 50 217 0 120 34 26 501 102 57
Binary 11000110 101000 10001111 0 1010000 11100 10110 101000001 1000010 101111

Color Harmonies of #C6288F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6288F

Black with #C6288F

Text Example


Text Example

White with #C6288F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6288F; }

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

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

background-color css

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

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

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

border-color css

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

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

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