Html Css Color HEX #C6056A Medium Violet Red

📋 copy color: '#C6056A'

red 198 ◦ green 5 ◦ blue 106

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

Shades of Medium Violet Red #C6056A

Tints of Medium Violet Red #C6056A

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.62%

 BLUE value IS 106 (41.8% from 255) = 34.3%

R = 64.08%
G = 1.62%
B = 34.3%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.46

 K value IS 0.22

RGB Variations

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

Color information

#C6056A (or 0xC6056A) is known color: Medium Violet Red. HEX triplet: C6, 05 and 6A. RGB value is (198,5,106). Sum of RGB (Red+Green+Blue) = 198+5+106=309 (40% of max value = 765). Red value is 198 (77.73% from 255 or 64.08% from 309); Green value is 5 (2.34% from 255 or 1.62% from 309); Blue value is 106 (41.80% from 255 or 34.30% from 309); Max value from RGB is 198 - color contains mainly: red. Hex color #C6056A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C6056A is #39FA95. Grayscale: #4A4A4A. Windows color (decimal): -3799702 or 6948294. OLE color: 6948294.

HSL color Cylindrical-coordinate representation of color #C6056A: hue angle of 328.6º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C6056A is Cyan = 0, Magento = 0.97, Yellow = 0.46 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 5 106 -
CMYK 0 0.97 0.46 0.22
HSL 328.6º 0.95% 0.4% -
HSV(B) 328.6º 0.97% 0.78% -
XYZ 25.94 13.15 14.81 -
YUV 74.22 145.94 216.29 -
System Red Green Blue C M Y K H S L
Decimal 198 5 106 0 0.97 0.46 0.22 328.6 0.95 0.4
Hex C6 5 6A 0 61 2E 16 149 5F 28
Octal 306 5 152 0 141 56 26 511 137 50
Binary 11000110 101 1101010 0 1100001 101110 10110 101001001 1011111 101000

Color Harmonies of #C6056A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6056A

Black with #C6056A

Text Example


Text Example

White with #C6056A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6056A; }

 p { color: rgb(198,5,106); }

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

background-color css

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

 a { background-color: rgb(198,5,106); }

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

border-color css

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

 span { border-color: rgb(198,5,106); }

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