Html Css Color HEX #C6036C Medium Violet Red

📋 copy color: '#C6036C'

red 198 ◦ green 3 ◦ blue 108

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

Shades of Medium Violet Red #C6036C

Tints of Medium Violet Red #C6036C

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.97%

 BLUE value IS 108 (42.58% from 255) = 34.95%

R = 64.08%
G = 0.97%
B = 34.95%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.45

 K value IS 0.22

RGB Variations

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

Color information

#C6036C (or 0xC6036C) is known color: Medium Violet Red. HEX triplet: C6, 03 and 6C. RGB value is (198,3,108). Sum of RGB (Red+Green+Blue) = 198+3+108=309 (40% of max value = 765). Red value is 198 (77.73% from 255 or 64.08% from 309); Green value is 3 (1.56% from 255 or 0.97% from 309); Blue value is 108 (42.58% from 255 or 34.95% from 309); Max value from RGB is 198 - color contains mainly: red. Hex color #C6036C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C6036C is #39FC93. Grayscale: #494949. Windows color (decimal): -3800212 or 7078854. OLE color: 7078854.

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

Color convert

RGB 198 3 108 -
CMYK 0 0.98 0.45 0.22
HSL 327.69º 0.97% 0.39% -
HSV(B) 327.69º 0.98% 0.78% -
XYZ 26.03 13.15 15.35 -
YUV 73.28 147.6 216.96 -
System Red Green Blue C M Y K H S L
Decimal 198 3 108 0 0.98 0.45 0.22 327.69 0.97 0.39
Hex C6 3 6C 0 62 2D 16 148 61 27
Octal 306 3 154 0 142 55 26 510 141 47
Binary 11000110 11 1101100 0 1100010 101101 10110 101001000 1100001 100111

Color Harmonies of #C6036C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6036C

Black with #C6036C

Text Example


Text Example

White with #C6036C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6036C; }

 p { color: rgb(198,3,108); }

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

background-color css

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

 a { background-color: rgb(198,3,108); }

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

border-color css

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

 span { border-color: rgb(198,3,108); }

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