Html Css Color HEX #C634AA Medium Red Violet

📋 copy color: '#C634AA'

red 198 ◦ green 52 ◦ blue 170

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

Shades of Medium Red Violet #C634AA

Tints of Medium Red Violet #C634AA

RGB

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

 GREEN value IS 52 (20.7% from 255) = 12.38%

 BLUE value IS 170 (66.8% from 255) = 40.48%

R = 47.14%
G = 12.38%
B = 40.48%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#C634AA (or 0xC634AA) is known color: Medium Red Violet. HEX triplet: C6, 34 and AA. RGB value is (198,52,170). Sum of RGB (Red+Green+Blue) = 198+52+170=420 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.14% from 420); Green value is 52 (20.70% from 255 or 12.38% from 420); Blue value is 170 (66.80% from 255 or 40.48% from 420); Max value from RGB is 198 - color contains mainly: red. Hex color #C634AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C634AA is #39CB55. Grayscale: #6C6C6C. Windows color (decimal): -3787606 or 11154630. OLE color: 11154630.

HSL color Cylindrical-coordinate representation of color #C634AA: hue angle of 311.51º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C634AA is Cyan = 0, Magento = 0.74, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 52 170 -
CMYK 0 0.74 0.14 0.22
HSL 311.51º 0.58% 0.49% -
HSV(B) 311.51º 0.74% 0.78% -
XYZ 31.77 17.36 39.71 -
YUV 109.11 162.37 191.41 -
System Red Green Blue C M Y K H S L
Decimal 198 52 170 0 0.74 0.14 0.22 311.51 0.58 0.49
Hex C6 34 AA 0 4A E 16 138 3A 31
Octal 306 64 252 0 112 16 26 470 72 61
Binary 11000110 110100 10101010 0 1001010 1110 10110 100111000 111010 110001

Color Harmonies of #C634AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C634AA

Black with #C634AA

Text Example


Text Example

White with #C634AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C634AA; }

 p { color: rgb(198,52,170); }

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

background-color css

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

 a { background-color: rgb(198,52,170); }

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

border-color css

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

 span { border-color: rgb(198,52,170); }

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