Html Css Color HEX #C484A5 Viola

📋 copy color: '#C484A5'

red 196 ◦ green 132 ◦ blue 165

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

Shades of Viola #C484A5

Tints of Viola #C484A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 33.47%

R = 39.76%
G = 26.77%
B = 33.47%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.16

 K value IS 0.23

RGB Variations

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

Color information

#C484A5 (or 0xC484A5) is known color: Viola. HEX triplet: C4, 84 and A5. RGB value is (196,132,165). Sum of RGB (Red+Green+Blue) = 196+132+165=493 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.76% from 493); Green value is 132 (51.95% from 255 or 26.77% from 493); Blue value is 165 (64.84% from 255 or 33.47% from 493); Max value from RGB is 196 - color contains mainly: red. Hex color #C484A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C484A5 is #3B7B5A. Grayscale: #9A9A9A. Windows color (decimal): -3898203 or 10847428. OLE color: 10847428.

HSL color Cylindrical-coordinate representation of color #C484A5: hue angle of 329.06º 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 #C484A5 is Cyan = 0, Magento = 0.33, Yellow = 0.16 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 132 165 -
CMYK 0 0.33 0.16 0.23
HSL 329.06º 0.35% 0.64% -
HSV(B) 329.06º 0.33% 0.77% -
XYZ 37.81 30.95 39.58 -
YUV 154.9 133.7 157.32 -
System Red Green Blue C M Y K H S L
Decimal 196 132 165 0 0.33 0.16 0.23 329.06 0.35 0.64
Hex C4 84 A5 0 21 10 17 149 23 40
Octal 304 204 245 0 41 20 27 511 43 100
Binary 11000100 10000100 10100101 0 100001 10000 10111 101001001 100011 1000000

Color Harmonies of #C484A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C484A5

Black with #C484A5

Text Example


Text Example

White with #C484A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C484A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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