Html Css Color HEX #C6368B Medium Red Violet

📋 copy color: '#C6368B'

red 198 ◦ green 54 ◦ blue 139

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

Shades of Medium Red Violet #C6368B

Tints of Medium Red Violet #C6368B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 35.55%

R = 50.64%
G = 13.81%
B = 35.55%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.30

 K value IS 0.22

RGB Variations

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

Color information

#C6368B (or 0xC6368B) is known color: Medium Red Violet. HEX triplet: C6, 36 and 8B. RGB value is (198,54,139). Sum of RGB (Red+Green+Blue) = 198+54+139=391 (51% of max value = 765). Red value is 198 (77.73% from 255 or 50.64% from 391); Green value is 54 (21.48% from 255 or 13.81% from 391); Blue value is 139 (54.69% from 255 or 35.55% from 391); Max value from RGB is 198 - color contains mainly: red. Hex color #C6368B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C6368B is #39C974. Grayscale: #6A6A6A. Windows color (decimal): -3787125 or 9123526. OLE color: 9123526.

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

Color convert

RGB 198 54 139 -
CMYK 0 0.73 0.30 0.22
HSL 324.58º 0.57% 0.49% -
HSV(B) 324.58º 0.73% 0.78% -
XYZ 29.27 16.51 26.07 -
YUV 106.75 146.21 193.09 -
System Red Green Blue C M Y K H S L
Decimal 198 54 139 0 0.73 0.30 0.22 324.58 0.57 0.49
Hex C6 36 8B 0 49 1E 16 145 39 31
Octal 306 66 213 0 111 36 26 505 71 61
Binary 11000110 110110 10001011 0 1001001 11110 10110 101000101 111001 110001

Color Harmonies of #C6368B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6368B

Black with #C6368B

Text Example


Text Example

White with #C6368B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6368B; }

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

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

background-color css

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

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

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

border-color css

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

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

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