Html Css Color HEX #C6047D Medium Violet Red

📋 copy color: '#C6047D'

red 198 ◦ green 4 ◦ blue 125

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

Shades of Medium Violet Red #C6047D

Tints of Medium Violet Red #C6047D

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.22%

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

R = 60.55%
G = 1.22%
B = 38.23%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.37

 K value IS 0.22

RGB Variations

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

Color information

#C6047D (or 0xC6047D) is known color: Medium Violet Red. HEX triplet: C6, 04 and 7D. RGB value is (198,4,125). Sum of RGB (Red+Green+Blue) = 198+4+125=327 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60.55% from 327); Green value is 4 (1.95% from 255 or 1.22% from 327); Blue value is 125 (49.22% from 255 or 38.23% from 327); Max value from RGB is 198 - color contains mainly: red. Hex color #C6047D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C6047D is #39FB82. Grayscale: #4B4B4B. Windows color (decimal): -3799939 or 8193222. OLE color: 8193222.

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

Color convert

RGB 198 4 125 -
CMYK 0 0.98 0.37 0.22
HSL 322.58º 0.96% 0.4% -
HSV(B) 322.58º 0.98% 0.78% -
XYZ 27.03 13.57 20.6 -
YUV 75.8 155.77 215.16 -
System Red Green Blue C M Y K H S L
Decimal 198 4 125 0 0.98 0.37 0.22 322.58 0.96 0.4
Hex C6 4 7D 0 62 25 16 143 60 28
Octal 306 4 175 0 142 45 26 503 140 50
Binary 11000110 100 1111101 0 1100010 100101 10110 101000011 1100000 101000

Color Harmonies of #C6047D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6047D

Black with #C6047D

Text Example


Text Example

White with #C6047D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6047D; }

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

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

background-color css

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

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

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

border-color css

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

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

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