Html Css Color HEX #C6207D Medium Violet Red

📋 copy color: '#C6207D'

red 198 ◦ green 32 ◦ blue 125

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

Shades of Medium Violet Red #C6207D

Tints of Medium Violet Red #C6207D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 35.21%

R = 55.77%
G = 9.01%
B = 35.21%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.37

 K value IS 0.22

RGB Variations

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

Color information

#C6207D (or 0xC6207D) is known color: Medium Violet Red. HEX triplet: C6, 20 and 7D. RGB value is (198,32,125). Sum of RGB (Red+Green+Blue) = 198+32+125=355 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55.77% from 355); Green value is 32 (12.89% from 255 or 9.01% from 355); Blue value is 125 (49.22% from 255 or 35.21% from 355); Max value from RGB is 198 - color contains mainly: red. Hex color #C6207D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6207D is #39DF82. Grayscale: #5C5C5C. Windows color (decimal): -3792771 or 8200390. OLE color: 8200390.

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

Color convert

RGB 198 32 125 -
CMYK 0 0.84 0.37 0.22
HSL 326.39º 0.72% 0.45% -
HSV(B) 326.39º 0.84% 0.78% -
XYZ 27.51 14.52 20.75 -
YUV 92.24 146.5 203.44 -
System Red Green Blue C M Y K H S L
Decimal 198 32 125 0 0.84 0.37 0.22 326.39 0.72 0.45
Hex C6 20 7D 0 54 25 16 146 48 2D
Octal 306 40 175 0 124 45 26 506 110 55
Binary 11000110 100000 1111101 0 1010100 100101 10110 101000110 1001000 101101

Color Harmonies of #C6207D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6207D

Black with #C6207D

Text Example


Text Example

White with #C6207D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6207D; }

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

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

background-color css

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

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

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

border-color css

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

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

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