Html Css Color HEX #C6229D Medium Violet Red

📋 copy color: '#C6229D'

red 198 ◦ green 34 ◦ blue 157

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

Shades of Medium Violet Red #C6229D

Tints of Medium Violet Red #C6229D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 40.36%

R = 50.9%
G = 8.74%
B = 40.36%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.21

 K value IS 0.22

RGB Variations

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

Color information

#C6229D (or 0xC6229D) is known color: Medium Violet Red. HEX triplet: C6, 22 and 9D. RGB value is (198,34,157). Sum of RGB (Red+Green+Blue) = 198+34+157=389 (51% of max value = 765). Red value is 198 (77.73% from 255 or 50.90% from 389); Green value is 34 (13.67% from 255 or 8.74% from 389); Blue value is 157 (61.72% from 255 or 40.36% from 389); Max value from RGB is 198 - color contains mainly: red. Hex color #C6229D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C6229D is #39DD62. Grayscale: #606060. Windows color (decimal): -3792227 or 10298054. OLE color: 10298054.

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

Color convert

RGB 198 34 157 -
CMYK 0 0.83 0.21 0.22
HSL 315º 0.71% 0.45% -
HSV(B) 315º 0.83% 0.78% -
XYZ 29.95 15.58 33.33 -
YUV 97.06 161.83 200 -
System Red Green Blue C M Y K H S L
Decimal 198 34 157 0 0.83 0.21 0.22 315 0.71 0.45
Hex C6 22 9D 0 53 15 16 13B 47 2D
Octal 306 42 235 0 123 25 26 473 107 55
Binary 11000110 100010 10011101 0 1010011 10101 10110 100111011 1000111 101101

Color Harmonies of #C6229D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6229D

Black with #C6229D

Text Example


Text Example

White with #C6229D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6229D; }

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

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

background-color css

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

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

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

border-color css

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

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

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