Html Css Color HEX #C6378A Medium Red Violet

📋 copy color: '#C6378A'

red 198 ◦ green 55 ◦ blue 138

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

Shades of Medium Red Violet #C6378A

Tints of Medium Red Violet #C6378A

RGB

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

 GREEN value IS 55 (21.88% from 255) = 14.07%

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

R = 50.64%
G = 14.07%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.30

 K value IS 0.22

RGB Variations

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

Color information

#C6378A (or 0xC6378A) is known color: Medium Red Violet. HEX triplet: C6, 37 and 8A. RGB value is (198,55,138). Sum of RGB (Red+Green+Blue) = 198+55+138=391 (51% of max value = 765). Red value is 198 (77.73% from 255 or 50.64% from 391); Green value is 55 (21.88% from 255 or 14.07% from 391); Blue value is 138 (54.30% from 255 or 35.29% from 391); Max value from RGB is 198 - color contains mainly: red. Hex color #C6378A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C6378A is #39C875. Grayscale: #6B6B6B. Windows color (decimal): -3786870 or 9058246. OLE color: 9058246.

HSL color Cylindrical-coordinate representation of color #C6378A: hue angle of 325.17º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C6378A is Cyan = 0, Magento = 0.72, Yellow = 0.30 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 55 138 -
CMYK 0 0.72 0.30 0.22
HSL 325.17º 0.57% 0.5% -
HSV(B) 325.17º 0.72% 0.78% -
XYZ 29.24 16.57 25.7 -
YUV 107.22 145.38 192.75 -
System Red Green Blue C M Y K H S L
Decimal 198 55 138 0 0.72 0.30 0.22 325.17 0.57 0.5
Hex C6 37 8A 0 48 1E 16 145 39 32
Octal 306 67 212 0 110 36 26 505 71 62
Binary 11000110 110111 10001010 0 1001000 11110 10110 101000101 111001 110010

Color Harmonies of #C6378A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6378A

Black with #C6378A

Text Example


Text Example

White with #C6378A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6378A; }

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

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

background-color css

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

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

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

border-color css

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

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

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