Html Css Color HEX #C6236F Medium Violet Red

📋 copy color: '#C6236F'

red 198 ◦ green 35 ◦ blue 111

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

Shades of Medium Violet Red #C6236F

Tints of Medium Violet Red #C6236F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 32.27%

R = 57.56%
G = 10.17%
B = 32.27%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.44

 K value IS 0.22

RGB Variations

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

Color information

#C6236F (or 0xC6236F) is known color: Medium Violet Red. HEX triplet: C6, 23 and 6F. RGB value is (198,35,111). Sum of RGB (Red+Green+Blue) = 198+35+111=344 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.56% from 344); Green value is 35 (14.06% from 255 or 10.17% from 344); Blue value is 111 (43.75% from 255 or 32.27% from 344); Max value from RGB is 198 - color contains mainly: red. Hex color #C6236F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6236F is #39DC90. Grayscale: #5C5C5C. Windows color (decimal): -3792017 or 7283654. OLE color: 7283654.

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

Color convert

RGB 198 35 111 -
CMYK 0 0.82 0.44 0.22
HSL 332.02º 0.7% 0.46% -
HSV(B) 332.02º 0.82% 0.78% -
XYZ 26.76 14.36 16.4 -
YUV 92.4 138.5 203.32 -
System Red Green Blue C M Y K H S L
Decimal 198 35 111 0 0.82 0.44 0.22 332.02 0.7 0.46
Hex C6 23 6F 0 52 2C 16 14C 46 2E
Octal 306 43 157 0 122 54 26 514 106 56
Binary 11000110 100011 1101111 0 1010010 101100 10110 101001100 1000110 101110

Color Harmonies of #C6236F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6236F

Black with #C6236F

Text Example


Text Example

White with #C6236F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6236F; }

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

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

background-color css

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

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

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

border-color css

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

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

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