Html Css Color HEX #C6248C Medium Violet Red

📋 copy color: '#C6248C'

red 198 ◦ green 36 ◦ blue 140

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

Shades of Medium Violet Red #C6248C

Tints of Medium Violet Red #C6248C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 37.43%

R = 52.94%
G = 9.63%
B = 37.43%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.29

 K value IS 0.22

RGB Variations

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

Color information

#C6248C (or 0xC6248C) is known color: Medium Violet Red. HEX triplet: C6, 24 and 8C. RGB value is (198,36,140). Sum of RGB (Red+Green+Blue) = 198+36+140=374 (49% of max value = 765). Red value is 198 (77.73% from 255 or 52.94% from 374); Green value is 36 (14.45% from 255 or 9.63% from 374); Blue value is 140 (55.08% from 255 or 37.43% from 374); Max value from RGB is 198 - color contains mainly: red. Hex color #C6248C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C6248C is #39DB73. Grayscale: #606060. Windows color (decimal): -3791732 or 9184454. OLE color: 9184454.

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

Color convert

RGB 198 36 140 -
CMYK 0 0.82 0.29 0.22
HSL 321.48º 0.69% 0.46% -
HSV(B) 321.48º 0.82% 0.78% -
XYZ 28.65 15.16 26.23 -
YUV 96.29 152.67 200.54 -
System Red Green Blue C M Y K H S L
Decimal 198 36 140 0 0.82 0.29 0.22 321.48 0.69 0.46
Hex C6 24 8C 0 52 1D 16 141 45 2E
Octal 306 44 214 0 122 35 26 501 105 56
Binary 11000110 100100 10001100 0 1010010 11101 10110 101000001 1000101 101110

Color Harmonies of #C6248C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6248C

Black with #C6248C

Text Example


Text Example

White with #C6248C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6248C; }

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

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

background-color css

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

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

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

border-color css

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

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

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