Html Css Color HEX #C629A0 Medium Red Violet

📋 copy color: '#C629A0'

red 198 ◦ green 41 ◦ blue 160

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

Shades of Medium Red Violet #C629A0

Tints of Medium Red Violet #C629A0

RGB

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

 GREEN value IS 41 (16.41% from 255) = 10.28%

 BLUE value IS 160 (62.89% from 255) = 40.1%

R = 49.62%
G = 10.28%
B = 40.1%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.19

 K value IS 0.22

RGB Variations

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

Color information

#C629A0 (or 0xC629A0) is known color: Medium Red Violet. HEX triplet: C6, 29 and A0. RGB value is (198,41,160). Sum of RGB (Red+Green+Blue) = 198+41+160=399 (52% of max value = 765). Red value is 198 (77.73% from 255 or 49.62% from 399); Green value is 41 (16.41% from 255 or 10.28% from 399); Blue value is 160 (62.89% from 255 or 40.10% from 399); Max value from RGB is 198 - color contains mainly: red. Hex color #C629A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C629A0 is #39D65F. Grayscale: #656565. Windows color (decimal): -3790432 or 10496454. OLE color: 10496454.

HSL color Cylindrical-coordinate representation of color #C629A0: hue angle of 314.52º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C629A0 is Cyan = 0, Magento = 0.79, Yellow = 0.19 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 41 160 -
CMYK 0 0.79 0.19 0.22
HSL 314.52º 0.66% 0.47% -
HSV(B) 314.52º 0.79% 0.78% -
XYZ 30.43 16.13 34.77 -
YUV 101.51 161.01 196.82 -
System Red Green Blue C M Y K H S L
Decimal 198 41 160 0 0.79 0.19 0.22 314.52 0.66 0.47
Hex C6 29 A0 0 4F 13 16 13B 42 2F
Octal 306 51 240 0 117 23 26 473 102 57
Binary 11000110 101001 10100000 0 1001111 10011 10110 100111011 1000010 101111

Color Harmonies of #C629A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C629A0

Black with #C629A0

Text Example


Text Example

White with #C629A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C629A0; }

 p { color: rgb(198,41,160); }

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

background-color css

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

 a { background-color: rgb(198,41,160); }

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

border-color css

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

 span { border-color: rgb(198,41,160); }

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