Html Css Color HEX #C6228D Medium Violet Red

📋 copy color: '#C6228D'

red 198 ◦ green 34 ◦ blue 141

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

Shades of Medium Violet Red #C6228D

Tints of Medium Violet Red #C6228D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 37.8%

R = 53.08%
G = 9.12%
B = 37.8%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.29

 K value IS 0.22

RGB Variations

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

Color information

#C6228D (or 0xC6228D) is known color: Medium Violet Red. HEX triplet: C6, 22 and 8D. RGB value is (198,34,141). Sum of RGB (Red+Green+Blue) = 198+34+141=373 (49% of max value = 765). Red value is 198 (77.73% from 255 or 53.08% from 373); Green value is 34 (13.67% from 255 or 9.12% from 373); Blue value is 141 (55.47% from 255 or 37.80% from 373); Max value from RGB is 198 - color contains mainly: red. Hex color #C6228D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C6228D is #39DD72. Grayscale: #5E5E5E. Windows color (decimal): -3792243 or 9249478. OLE color: 9249478.

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

Color convert

RGB 198 34 141 -
CMYK 0 0.83 0.29 0.22
HSL 320.85º 0.71% 0.45% -
HSV(B) 320.85º 0.83% 0.78% -
XYZ 28.67 15.07 26.6 -
YUV 95.23 153.83 201.3 -
System Red Green Blue C M Y K H S L
Decimal 198 34 141 0 0.83 0.29 0.22 320.85 0.71 0.45
Hex C6 22 8D 0 53 1D 16 141 47 2D
Octal 306 42 215 0 123 35 26 501 107 55
Binary 11000110 100010 10001101 0 1010011 11101 10110 101000001 1000111 101101

Color Harmonies of #C6228D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6228D

Black with #C6228D

Text Example


Text Example

White with #C6228D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6228D; }

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

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

background-color css

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

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

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

border-color css

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

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

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