Html Css Color HEX #C6038A Medium Violet Red

📋 copy color: '#C6038A'

red 198 ◦ green 3 ◦ blue 138

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

Shades of Medium Violet Red #C6038A

Tints of Medium Violet Red #C6038A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 40.71%

R = 58.41%
G = 0.88%
B = 40.71%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.30

 K value IS 0.22

RGB Variations

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

Color information

#C6038A (or 0xC6038A) is known color: Medium Violet Red. HEX triplet: C6, 03 and 8A. RGB value is (198,3,138). Sum of RGB (Red+Green+Blue) = 198+3+138=339 (44% of max value = 765). Red value is 198 (77.73% from 255 or 58.41% from 339); Green value is 3 (1.56% from 255 or 0.88% from 339); Blue value is 138 (54.30% from 255 or 40.71% from 339); Max value from RGB is 198 - color contains mainly: red. Hex color #C6038A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C6038A is #39FC75. Grayscale: #4C4C4C. Windows color (decimal): -3800182 or 9044934. OLE color: 9044934.

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

Color convert

RGB 198 3 138 -
CMYK 0 0.98 0.30 0.22
HSL 318.46º 0.97% 0.39% -
HSV(B) 318.46º 0.98% 0.78% -
XYZ 27.91 13.91 25.26 -
YUV 76.7 162.6 214.52 -
System Red Green Blue C M Y K H S L
Decimal 198 3 138 0 0.98 0.30 0.22 318.46 0.97 0.39
Hex C6 3 8A 0 62 1E 16 13E 61 27
Octal 306 3 212 0 142 36 26 476 141 47
Binary 11000110 11 10001010 0 1100010 11110 10110 100111110 1100001 100111

Color Harmonies of #C6038A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6038A

Black with #C6038A

Text Example


Text Example

White with #C6038A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6038A; }

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

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

background-color css

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

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

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

border-color css

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

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

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