Html Css Color HEX #C6208D Medium Violet Red

📋 copy color: '#C6208D'

red 198 ◦ green 32 ◦ blue 141

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

Shades of Medium Violet Red #C6208D

Tints of Medium Violet Red #C6208D

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.63%

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

R = 53.37%
G = 8.63%
B = 38.01%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.29

 K value IS 0.22

RGB Variations

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

Color information

#C6208D (or 0xC6208D) is known color: Medium Violet Red. HEX triplet: C6, 20 and 8D. RGB value is (198,32,141). Sum of RGB (Red+Green+Blue) = 198+32+141=371 (49% of max value = 765). Red value is 198 (77.73% from 255 or 53.37% from 371); Green value is 32 (12.89% from 255 or 8.63% from 371); Blue value is 141 (55.47% from 255 or 38.01% from 371); Max value from RGB is 198 - color contains mainly: red. Hex color #C6208D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C6208D is #39DF72. Grayscale: #5D5D5D. Windows color (decimal): -3792755 or 9248966. OLE color: 9248966.

HSL color Cylindrical-coordinate representation of color #C6208D: hue angle of 320.6º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C6208D is Cyan = 0, Magento = 0.84, Yellow = 0.29 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 32 141 -
CMYK 0 0.84 0.29 0.22
HSL 320.6º 0.72% 0.45% -
HSV(B) 320.6º 0.84% 0.78% -
XYZ 28.61 14.96 26.58 -
YUV 94.06 154.5 202.14 -
System Red Green Blue C M Y K H S L
Decimal 198 32 141 0 0.84 0.29 0.22 320.6 0.72 0.45
Hex C6 20 8D 0 54 1D 16 141 48 2D
Octal 306 40 215 0 124 35 26 501 110 55
Binary 11000110 100000 10001101 0 1010100 11101 10110 101000001 1001000 101101

Color Harmonies of #C6208D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6208D

Black with #C6208D

Text Example


Text Example

White with #C6208D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6208D; }

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

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

background-color css

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

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

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

border-color css

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

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

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