Html Css Color HEX #C6038C Medium Violet Red

📋 copy color: '#C6038C'

red 198 ◦ green 3 ◦ blue 140

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

Shades of Medium Violet Red #C6038C

Tints of Medium Violet Red #C6038C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 41.06%

R = 58.06%
G = 0.88%
B = 41.06%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.29

 K value IS 0.22

RGB Variations

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

Color information

#C6038C (or 0xC6038C) is known color: Medium Violet Red. HEX triplet: C6, 03 and 8C. RGB value is (198,3,140). Sum of RGB (Red+Green+Blue) = 198+3+140=341 (45% of max value = 765). Red value is 198 (77.73% from 255 or 58.06% from 341); Green value is 3 (1.56% from 255 or 0.88% from 341); Blue value is 140 (55.08% from 255 or 41.06% from 341); Max value from RGB is 198 - color contains mainly: red. Hex color #C6038C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C6038C is #39FC73. Grayscale: #4C4C4C. Windows color (decimal): -3800180 or 9176006. OLE color: 9176006.

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

Color convert

RGB 198 3 140 -
CMYK 0 0.98 0.29 0.22
HSL 317.85º 0.97% 0.39% -
HSV(B) 317.85º 0.98% 0.78% -
XYZ 28.05 13.96 26.03 -
YUV 76.92 163.6 214.36 -
System Red Green Blue C M Y K H S L
Decimal 198 3 140 0 0.98 0.29 0.22 317.85 0.97 0.39
Hex C6 3 8C 0 62 1D 16 13E 61 27
Octal 306 3 214 0 142 35 26 476 141 47
Binary 11000110 11 10001100 0 1100010 11101 10110 100111110 1100001 100111

Color Harmonies of #C6038C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6038C

Black with #C6038C

Text Example


Text Example

White with #C6038C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6038C; }

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

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

background-color css

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

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

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

border-color css

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

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

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