Html Css Color HEX #C6226C Medium Violet Red

📋 copy color: '#C6226C'

red 198 ◦ green 34 ◦ blue 108

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

Shades of Medium Violet Red #C6226C

Tints of Medium Violet Red #C6226C

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10%

 BLUE value IS 108 (42.58% from 255) = 31.76%

R = 58.24%
G = 10%
B = 31.76%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.45

 K value IS 0.22

RGB Variations

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

Color information

#C6226C (or 0xC6226C) is known color: Medium Violet Red. HEX triplet: C6, 22 and 6C. RGB value is (198,34,108). Sum of RGB (Red+Green+Blue) = 198+34+108=340 (45% of max value = 765). Red value is 198 (77.73% from 255 or 58.24% from 340); Green value is 34 (13.67% from 255 or 10% from 340); Blue value is 108 (42.58% from 255 or 31.76% from 340); Max value from RGB is 198 - color contains mainly: red. Hex color #C6226C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6226C is #39DD93. Grayscale: #5B5B5B. Windows color (decimal): -3792276 or 7086790. OLE color: 7086790.

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

Color convert

RGB 198 34 108 -
CMYK 0 0.83 0.45 0.22
HSL 332.93º 0.71% 0.45% -
HSV(B) 332.93º 0.83% 0.78% -
XYZ 26.57 14.23 15.53 -
YUV 91.47 137.33 203.98 -
System Red Green Blue C M Y K H S L
Decimal 198 34 108 0 0.83 0.45 0.22 332.93 0.71 0.45
Hex C6 22 6C 0 53 2D 16 14D 47 2D
Octal 306 42 154 0 123 55 26 515 107 55
Binary 11000110 100010 1101100 0 1010011 101101 10110 101001101 1000111 101101

Color Harmonies of #C6226C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6226C

Black with #C6226C

Text Example


Text Example

White with #C6226C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6226C; }

 p { color: rgb(198,34,108); }

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

background-color css

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

 a { background-color: rgb(198,34,108); }

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

border-color css

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

 span { border-color: rgb(198,34,108); }

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