Html Css Color HEX #C482A6 Viola

📋 copy color: '#C482A6'

red 196 ◦ green 130 ◦ blue 166

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

Shades of Viola #C482A6

Tints of Viola #C482A6

RGB

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

 GREEN value IS 130 (51.17% from 255) = 26.42%

 BLUE value IS 166 (65.23% from 255) = 33.74%

R = 39.84%
G = 26.42%
B = 33.74%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.15

 K value IS 0.23

RGB Variations

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

Color information

#C482A6 (or 0xC482A6) is known color: Viola. HEX triplet: C4, 82 and A6. RGB value is (196,130,166). Sum of RGB (Red+Green+Blue) = 196+130+166=492 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.84% from 492); Green value is 130 (51.17% from 255 or 26.42% from 492); Blue value is 166 (65.23% from 255 or 33.74% from 492); Max value from RGB is 196 - color contains mainly: red. Hex color #C482A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C482A6 is #3B7D59. Grayscale: #999999. Windows color (decimal): -3898714 or 10912452. OLE color: 10912452.

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

Color convert

RGB 196 130 166 -
CMYK 0 0.34 0.15 0.23
HSL 327.27º 0.36% 0.64% -
HSV(B) 327.27º 0.34% 0.77% -
XYZ 37.63 30.45 39.97 -
YUV 153.84 134.87 158.07 -
System Red Green Blue C M Y K H S L
Decimal 196 130 166 0 0.34 0.15 0.23 327.27 0.36 0.64
Hex C4 82 A6 0 22 F 17 147 24 40
Octal 304 202 246 0 42 17 27 507 44 100
Binary 11000100 10000010 10100110 0 100010 1111 10111 101000111 100100 1000000

Color Harmonies of #C482A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C482A6

Black with #C482A6

Text Example


Text Example

White with #C482A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C482A6; }

 p { color: rgb(196,130,166); }

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

background-color css

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

 a { background-color: rgb(196,130,166); }

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

border-color css

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

 span { border-color: rgb(196,130,166); }

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