Html Css Color HEX #C6288D Medium Red Violet

📋 copy color: '#C6288D'

red 198 ◦ green 40 ◦ blue 141

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

Shades of Medium Red Violet #C6288D

Tints of Medium Red Violet #C6288D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 37.2%

R = 52.24%
G = 10.55%
B = 37.2%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.29

 K value IS 0.22

RGB Variations

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

Color information

#C6288D (or 0xC6288D) is known color: Medium Red Violet. HEX triplet: C6, 28 and 8D. RGB value is (198,40,141). Sum of RGB (Red+Green+Blue) = 198+40+141=379 (50% of max value = 765). Red value is 198 (77.73% from 255 or 52.24% from 379); Green value is 40 (16.02% from 255 or 10.55% from 379); Blue value is 141 (55.47% from 255 or 37.20% from 379); Max value from RGB is 198 - color contains mainly: red. Hex color #C6288D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C6288D is #39D772. Grayscale: #626262. Windows color (decimal): -3790707 or 9251014. OLE color: 9251014.

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

Color convert

RGB 198 40 141 -
CMYK 0 0.80 0.29 0.22
HSL 321.65º 0.66% 0.47% -
HSV(B) 321.65º 0.8% 0.78% -
XYZ 28.86 15.45 26.66 -
YUV 98.76 151.85 198.79 -
System Red Green Blue C M Y K H S L
Decimal 198 40 141 0 0.80 0.29 0.22 321.65 0.66 0.47
Hex C6 28 8D 0 50 1D 16 142 42 2F
Octal 306 50 215 0 120 35 26 502 102 57
Binary 11000110 101000 10001101 0 1010000 11101 10110 101000010 1000010 101111

Color Harmonies of #C6288D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6288D

Black with #C6288D

Text Example


Text Example

White with #C6288D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6288D; }

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

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

background-color css

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

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

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

border-color css

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

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

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