Html Css Color HEX #C6227D Medium Violet Red

📋 copy color: '#C6227D'

red 198 ◦ green 34 ◦ blue 125

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

Shades of Medium Violet Red #C6227D

Tints of Medium Violet Red #C6227D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 35.01%

R = 55.46%
G = 9.52%
B = 35.01%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.37

 K value IS 0.22

RGB Variations

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

Color information

#C6227D (or 0xC6227D) is known color: Medium Violet Red. HEX triplet: C6, 22 and 7D. RGB value is (198,34,125). Sum of RGB (Red+Green+Blue) = 198+34+125=357 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55.46% from 357); Green value is 34 (13.67% from 255 or 9.52% from 357); Blue value is 125 (49.22% from 255 or 35.01% from 357); Max value from RGB is 198 - color contains mainly: red. Hex color #C6227D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6227D is #39DD82. Grayscale: #5D5D5D. Windows color (decimal): -3792259 or 8200902. OLE color: 8200902.

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

Color convert

RGB 198 34 125 -
CMYK 0 0.83 0.37 0.22
HSL 326.71º 0.71% 0.45% -
HSV(B) 326.71º 0.83% 0.78% -
XYZ 27.56 14.63 20.77 -
YUV 93.41 145.83 202.6 -
System Red Green Blue C M Y K H S L
Decimal 198 34 125 0 0.83 0.37 0.22 326.71 0.71 0.45
Hex C6 22 7D 0 53 25 16 147 47 2D
Octal 306 42 175 0 123 45 26 507 107 55
Binary 11000110 100010 1111101 0 1010011 100101 10110 101000111 1000111 101101

Color Harmonies of #C6227D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6227D

Black with #C6227D

Text Example


Text Example

White with #C6227D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6227D; }

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

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

background-color css

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

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

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

border-color css

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

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

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