Html Css Color HEX #C484A0 Viola

📋 copy color: '#C484A0'

red 196 ◦ green 132 ◦ blue 160

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

Shades of Viola #C484A0

Tints of Viola #C484A0

RGB

 RED value IS 196 (76.95% from 255) = 40.16%

 GREEN value IS 132 (51.95% from 255) = 27.05%

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

R = 40.16%
G = 27.05%
B = 32.79%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.18

 K value IS 0.23

RGB Variations

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

Color information

#C484A0 (or 0xC484A0) is known color: Viola. HEX triplet: C4, 84 and A0. RGB value is (196,132,160). Sum of RGB (Red+Green+Blue) = 196+132+160=488 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.16% from 488); Green value is 132 (51.95% from 255 or 27.05% from 488); Blue value is 160 (62.89% from 255 or 32.79% from 488); Max value from RGB is 196 - color contains mainly: red. Hex color #C484A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C484A0 is #3B7B5F. Grayscale: #9A9A9A. Windows color (decimal): -3898208 or 10519748. OLE color: 10519748.

HSL color Cylindrical-coordinate representation of color #C484A0: hue angle of 333.75º degrees, saturation: 0.35, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C484A0 is Cyan = 0, Magento = 0.33, Yellow = 0.18 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 132 160 -
CMYK 0 0.33 0.18 0.23
HSL 333.75º 0.35% 0.64% -
HSV(B) 333.75º 0.33% 0.77% -
XYZ 37.36 30.78 37.23 -
YUV 154.33 131.2 157.72 -
System Red Green Blue C M Y K H S L
Decimal 196 132 160 0 0.33 0.18 0.23 333.75 0.35 0.64
Hex C4 84 A0 0 21 12 17 14E 23 40
Octal 304 204 240 0 41 22 27 516 43 100
Binary 11000100 10000100 10100000 0 100001 10010 10111 101001110 100011 1000000

Color Harmonies of #C484A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C484A0

Black with #C484A0

Text Example


Text Example

White with #C484A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C484A0; }

 p { color: rgb(196,132,160); }

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

background-color css

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

 a { background-color: rgb(196,132,160); }

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

border-color css

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

 span { border-color: rgb(196,132,160); }

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