Html Css Color HEX #C6218F Medium Violet Red

📋 copy color: '#C6218F'

red 198 ◦ green 33 ◦ blue 143

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

Shades of Medium Violet Red #C6218F

Tints of Medium Violet Red #C6218F

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.82%

 BLUE value IS 143 (56.25% from 255) = 38.24%

R = 52.94%
G = 8.82%
B = 38.24%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.28

 K value IS 0.22

RGB Variations

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

Color information

#C6218F (or 0xC6218F) is known color: Medium Violet Red. HEX triplet: C6, 21 and 8F. RGB value is (198,33,143). Sum of RGB (Red+Green+Blue) = 198+33+143=374 (49% of max value = 765). Red value is 198 (77.73% from 255 or 52.94% from 374); Green value is 33 (13.28% from 255 or 8.82% from 374); Blue value is 143 (56.25% from 255 or 38.24% from 374); Max value from RGB is 198 - color contains mainly: red. Hex color #C6218F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C6218F is #39DE70. Grayscale: #5E5E5E. Windows color (decimal): -3792497 or 9380294. OLE color: 9380294.

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

Color convert

RGB 198 33 143 -
CMYK 0 0.83 0.28 0.22
HSL 320º 0.71% 0.45% -
HSV(B) 320º 0.83% 0.78% -
XYZ 28.79 15.08 27.38 -
YUV 94.88 155.16 201.56 -
System Red Green Blue C M Y K H S L
Decimal 198 33 143 0 0.83 0.28 0.22 320 0.71 0.45
Hex C6 21 8F 0 53 1C 16 140 47 2D
Octal 306 41 217 0 123 34 26 500 107 55
Binary 11000110 100001 10001111 0 1010011 11100 10110 101000000 1000111 101101

Color Harmonies of #C6218F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6218F

Black with #C6218F

Text Example


Text Example

White with #C6218F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6218F; }

 p { color: rgb(198,33,143); }

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

background-color css

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

 a { background-color: rgb(198,33,143); }

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

border-color css

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

 span { border-color: rgb(198,33,143); }

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