Html Css Color HEX #C6367E Medium Red Violet

📋 copy color: '#C6367E'

red 198 ◦ green 54 ◦ blue 126

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

Shades of Medium Red Violet #C6367E

Tints of Medium Red Violet #C6367E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 33.33%

R = 52.38%
G = 14.29%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.36

 K value IS 0.22

RGB Variations

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

Color information

#C6367E (or 0xC6367E) is known color: Medium Red Violet. HEX triplet: C6, 36 and 7E. RGB value is (198,54,126). Sum of RGB (Red+Green+Blue) = 198+54+126=378 (50% of max value = 765). Red value is 198 (77.73% from 255 or 52.38% from 378); Green value is 54 (21.48% from 255 or 14.29% from 378); Blue value is 126 (49.61% from 255 or 33.33% from 378); Max value from RGB is 198 - color contains mainly: red. Hex color #C6367E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6367E is #39C981. Grayscale: #696969. Windows color (decimal): -3787138 or 8271558. OLE color: 8271558.

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

Color convert

RGB 198 54 126 -
CMYK 0 0.73 0.36 0.22
HSL 330º 0.57% 0.49% -
HSV(B) 330º 0.73% 0.78% -
XYZ 28.37 16.15 21.36 -
YUV 105.26 139.71 194.15 -
System Red Green Blue C M Y K H S L
Decimal 198 54 126 0 0.73 0.36 0.22 330 0.57 0.49
Hex C6 36 7E 0 49 24 16 14A 39 31
Octal 306 66 176 0 111 44 26 512 71 61
Binary 11000110 110110 1111110 0 1001001 100100 10110 101001010 111001 110001

Color Harmonies of #C6367E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6367E

Black with #C6367E

Text Example


Text Example

White with #C6367E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6367E; }

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

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

background-color css

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

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

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

border-color css

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

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

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