Html Css Color HEX #C6368A Medium Red Violet

📋 copy color: '#C6368A'

red 198 ◦ green 54 ◦ blue 138

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

Shades of Medium Red Violet #C6368A

Tints of Medium Red Violet #C6368A

RGB

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

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

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

R = 50.77%
G = 13.85%
B = 35.38%

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

#C6368A (or 0xC6368A) is known color: Medium Red Violet. HEX triplet: C6, 36 and 8A. RGB value is (198,54,138). Sum of RGB (Red+Green+Blue) = 198+54+138=390 (51% of max value = 765). Red value is 198 (77.73% from 255 or 50.77% from 390); Green value is 54 (21.48% from 255 or 13.85% from 390); Blue value is 138 (54.30% from 255 or 35.38% from 390); Max value from RGB is 198 - color contains mainly: red. Hex color #C6368A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C6368A is #39C975. Grayscale: #6A6A6A. Windows color (decimal): -3787126 or 9057990. OLE color: 9057990.

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

Color convert

RGB 198 54 138 -
CMYK 0 0.73 0.30 0.22
HSL 325º 0.57% 0.49% -
HSV(B) 325º 0.73% 0.78% -
XYZ 29.2 16.48 25.69 -
YUV 106.63 145.71 193.17 -
System Red Green Blue C M Y K H S L
Decimal 198 54 138 0 0.73 0.30 0.22 325 0.57 0.49
Hex C6 36 8A 0 49 1E 16 145 39 31
Octal 306 66 212 0 111 36 26 505 71 61
Binary 11000110 110110 10001010 0 1001001 11110 10110 101000101 111001 110001

Color Harmonies of #C6368A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6368A

Black with #C6368A

Text Example


Text Example

White with #C6368A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6368A; }

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

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

background-color css

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

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

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

border-color css

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

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

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