Html Css Color HEX #C6368C Medium Red Violet

📋 copy color: '#C6368C'

red 198 ◦ green 54 ◦ blue 140

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

Shades of Medium Red Violet #C6368C

Tints of Medium Red Violet #C6368C

RGB

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

 GREEN value IS 54 (21.48% from 255) = 13.78%

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

R = 50.51%
G = 13.78%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.29

 K value IS 0.22

RGB Variations

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

Color information

#C6368C (or 0xC6368C) is known color: Medium Red Violet. HEX triplet: C6, 36 and 8C. RGB value is (198,54,140). Sum of RGB (Red+Green+Blue) = 198+54+140=392 (51% of max value = 765). Red value is 198 (77.73% from 255 or 50.51% from 392); Green value is 54 (21.48% from 255 or 13.78% from 392); Blue value is 140 (55.08% from 255 or 35.71% from 392); Max value from RGB is 198 - color contains mainly: red. Hex color #C6368C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C6368C is #39C973. Grayscale: #6A6A6A. Windows color (decimal): -3787124 or 9189062. OLE color: 9189062.

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

Color convert

RGB 198 54 140 -
CMYK 0 0.73 0.29 0.22
HSL 324.17º 0.57% 0.49% -
HSV(B) 324.17º 0.73% 0.78% -
XYZ 29.34 16.54 26.46 -
YUV 106.86 146.71 193.01 -
System Red Green Blue C M Y K H S L
Decimal 198 54 140 0 0.73 0.29 0.22 324.17 0.57 0.49
Hex C6 36 8C 0 49 1D 16 144 39 31
Octal 306 66 214 0 111 35 26 504 71 61
Binary 11000110 110110 10001100 0 1001001 11101 10110 101000100 111001 110001

Color Harmonies of #C6368C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6368C

Black with #C6368C

Text Example


Text Example

White with #C6368C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6368C; }

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

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

background-color css

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

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

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

border-color css

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

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

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