Html Css Color HEX #C6248A Medium Violet Red

📋 copy color: '#C6248A'

red 198 ◦ green 36 ◦ blue 138

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

Shades of Medium Violet Red #C6248A

Tints of Medium Violet Red #C6248A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 37.1%

R = 53.23%
G = 9.68%
B = 37.1%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.30

 K value IS 0.22

RGB Variations

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

Color information

#C6248A (or 0xC6248A) is known color: Medium Violet Red. HEX triplet: C6, 24 and 8A. RGB value is (198,36,138). Sum of RGB (Red+Green+Blue) = 198+36+138=372 (49% of max value = 765). Red value is 198 (77.73% from 255 or 53.23% from 372); Green value is 36 (14.45% from 255 or 9.68% from 372); Blue value is 138 (54.30% from 255 or 37.10% from 372); Max value from RGB is 198 - color contains mainly: red. Hex color #C6248A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C6248A is #39DB75. Grayscale: #5F5F5F. Windows color (decimal): -3791734 or 9053382. OLE color: 9053382.

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

Color convert

RGB 198 36 138 -
CMYK 0 0.82 0.30 0.22
HSL 322.22º 0.69% 0.46% -
HSV(B) 322.22º 0.82% 0.78% -
XYZ 28.51 15.1 25.46 -
YUV 96.07 151.67 200.71 -
System Red Green Blue C M Y K H S L
Decimal 198 36 138 0 0.82 0.30 0.22 322.22 0.69 0.46
Hex C6 24 8A 0 52 1E 16 142 45 2E
Octal 306 44 212 0 122 36 26 502 105 56
Binary 11000110 100100 10001010 0 1010010 11110 10110 101000010 1000101 101110

Color Harmonies of #C6248A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6248A

Black with #C6248A

Text Example


Text Example

White with #C6248A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6248A; }

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

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

background-color css

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

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

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

border-color css

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

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

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