Html Css Color HEX #C6236D Medium Violet Red

📋 copy color: '#C6236D'

red 198 ◦ green 35 ◦ blue 109

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

Shades of Medium Violet Red #C6236D

Tints of Medium Violet Red #C6236D

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.23%

 BLUE value IS 109 (42.97% from 255) = 31.87%

R = 57.89%
G = 10.23%
B = 31.87%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.45

 K value IS 0.22

RGB Variations

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

Color information

#C6236D (or 0xC6236D) is known color: Medium Violet Red. HEX triplet: C6, 23 and 6D. RGB value is (198,35,109). Sum of RGB (Red+Green+Blue) = 198+35+109=342 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.89% from 342); Green value is 35 (14.06% from 255 or 10.23% from 342); Blue value is 109 (42.97% from 255 or 31.87% from 342); Max value from RGB is 198 - color contains mainly: red. Hex color #C6236D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6236D is #39DC92. Grayscale: #5C5C5C. Windows color (decimal): -3792019 or 7152582. OLE color: 7152582.

HSL color Cylindrical-coordinate representation of color #C6236D: hue angle of 332.76º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C6236D is Cyan = 0, Magento = 0.82, Yellow = 0.45 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 35 109 -
CMYK 0 0.82 0.45 0.22
HSL 332.76º 0.7% 0.46% -
HSV(B) 332.76º 0.82% 0.78% -
XYZ 26.65 14.31 15.83 -
YUV 92.17 137.5 203.48 -
System Red Green Blue C M Y K H S L
Decimal 198 35 109 0 0.82 0.45 0.22 332.76 0.7 0.46
Hex C6 23 6D 0 52 2D 16 14D 46 2E
Octal 306 43 155 0 122 55 26 515 106 56
Binary 11000110 100011 1101101 0 1010010 101101 10110 101001101 1000110 101110

Color Harmonies of #C6236D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6236D

Black with #C6236D

Text Example


Text Example

White with #C6236D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6236D; }

 p { color: rgb(198,35,109); }

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

background-color css

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

 a { background-color: rgb(198,35,109); }

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

border-color css

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

 span { border-color: rgb(198,35,109); }

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