Html Css Color HEX #C6249D Medium Violet Red

📋 copy color: '#C6249D'

red 198 ◦ green 36 ◦ blue 157

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

Shades of Medium Violet Red #C6249D

Tints of Medium Violet Red #C6249D

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.21%

 BLUE value IS 157 (61.72% from 255) = 40.15%

R = 50.64%
G = 9.21%
B = 40.15%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.21

 K value IS 0.22

RGB Variations

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

Color information

#C6249D (or 0xC6249D) is known color: Medium Violet Red. HEX triplet: C6, 24 and 9D. RGB value is (198,36,157). Sum of RGB (Red+Green+Blue) = 198+36+157=391 (51% of max value = 765). Red value is 198 (77.73% from 255 or 50.64% from 391); Green value is 36 (14.45% from 255 or 9.21% from 391); Blue value is 157 (61.72% from 255 or 40.15% from 391); Max value from RGB is 198 - color contains mainly: red. Hex color #C6249D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C6249D is #39DB62. Grayscale: #616161. Windows color (decimal): -3791715 or 10298566. OLE color: 10298566.

HSL color Cylindrical-coordinate representation of color #C6249D: hue angle of 315.19º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C6249D is Cyan = 0, Magento = 0.82, Yellow = 0.21 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 36 157 -
CMYK 0 0.82 0.21 0.22
HSL 315.19º 0.69% 0.46% -
HSV(B) 315.19º 0.82% 0.78% -
XYZ 30.01 15.7 33.35 -
YUV 98.23 161.17 199.16 -
System Red Green Blue C M Y K H S L
Decimal 198 36 157 0 0.82 0.21 0.22 315.19 0.69 0.46
Hex C6 24 9D 0 52 15 16 13B 45 2E
Octal 306 44 235 0 122 25 26 473 105 56
Binary 11000110 100100 10011101 0 1010010 10101 10110 100111011 1000101 101110

Color Harmonies of #C6249D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6249D

Black with #C6249D

Text Example


Text Example

White with #C6249D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6249D; }

 p { color: rgb(198,36,157); }

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

background-color css

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

 a { background-color: rgb(198,36,157); }

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

border-color css

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

 span { border-color: rgb(198,36,157); }

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