Html Css Color HEX #C483A2 Viola

📋 copy color: '#C483A2'

red 196 ◦ green 131 ◦ blue 162

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

Shades of Viola #C483A2

Tints of Viola #C483A2

RGB

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

 GREEN value IS 131 (51.56% from 255) = 26.79%

 BLUE value IS 162 (63.67% from 255) = 33.13%

R = 40.08%
G = 26.79%
B = 33.13%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.17

 K value IS 0.23

RGB Variations

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

Color information

#C483A2 (or 0xC483A2) is known color: Viola. HEX triplet: C4, 83 and A2. RGB value is (196,131,162). Sum of RGB (Red+Green+Blue) = 196+131+162=489 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.08% from 489); Green value is 131 (51.56% from 255 or 26.79% from 489); Blue value is 162 (63.67% from 255 or 33.13% from 489); Max value from RGB is 196 - color contains mainly: red. Hex color #C483A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C483A2 is #3B7C5D. Grayscale: #999999. Windows color (decimal): -3898462 or 10650564. OLE color: 10650564.

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

Color convert

RGB 196 131 162 -
CMYK 0 0.33 0.17 0.23
HSL 331.38º 0.36% 0.64% -
HSV(B) 331.38º 0.33% 0.77% -
XYZ 37.4 30.58 38.11 -
YUV 153.97 132.53 157.98 -
System Red Green Blue C M Y K H S L
Decimal 196 131 162 0 0.33 0.17 0.23 331.38 0.36 0.64
Hex C4 83 A2 0 21 11 17 14B 24 40
Octal 304 203 242 0 41 21 27 513 44 100
Binary 11000100 10000011 10100010 0 100001 10001 10111 101001011 100100 1000000

Color Harmonies of #C483A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C483A2

Black with #C483A2

Text Example


Text Example

White with #C483A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C483A2; }

 p { color: rgb(196,131,162); }

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

background-color css

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

 a { background-color: rgb(196,131,162); }

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

border-color css

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

 span { border-color: rgb(196,131,162); }

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