Html Css Color HEX #C6148D Medium Violet Red

📋 copy color: '#C6148D'

red 198 ◦ green 20 ◦ blue 141

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

Shades of Medium Violet Red #C6148D

Tints of Medium Violet Red #C6148D

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.57%

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

R = 55.15%
G = 5.57%
B = 39.28%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.29

 K value IS 0.22

RGB Variations

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

Color information

#C6148D (or 0xC6148D) is known color: Medium Violet Red. HEX triplet: C6, 14 and 8D. RGB value is (198,20,141). Sum of RGB (Red+Green+Blue) = 198+20+141=359 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55.15% from 359); Green value is 20 (8.20% from 255 or 5.57% from 359); Blue value is 141 (55.47% from 255 or 39.28% from 359); Max value from RGB is 198 - color contains mainly: red. Hex color #C6148D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C6148D is #39EB72. Grayscale: #565656. Windows color (decimal): -3795827 or 9245894. OLE color: 9245894.

HSL color Cylindrical-coordinate representation of color #C6148D: hue angle of 319.21º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C6148D is Cyan = 0, Magento = 0.90, Yellow = 0.29 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 20 141 -
CMYK 0 0.90 0.29 0.22
HSL 319.21º 0.82% 0.43% -
HSV(B) 319.21º 0.9% 0.78% -
XYZ 28.35 14.43 26.49 -
YUV 87.02 158.47 207.16 -
System Red Green Blue C M Y K H S L
Decimal 198 20 141 0 0.90 0.29 0.22 319.21 0.82 0.43
Hex C6 14 8D 0 5A 1D 16 13F 52 2B
Octal 306 24 215 0 132 35 26 477 122 53
Binary 11000110 10100 10001101 0 1011010 11101 10110 100111111 1010010 101011

Color Harmonies of #C6148D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6148D

Black with #C6148D

Text Example


Text Example

White with #C6148D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6148D; }

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

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

background-color css

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

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

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

border-color css

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

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

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