Html Css Color HEX #C382A2 Viola

📋 copy color: '#C382A2'

red 195 ◦ green 130 ◦ blue 162

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

Shades of Viola #C382A2

Tints of Viola #C382A2

RGB

 RED value IS 195 (76.56% from 255) = 40.04%

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

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

R = 40.04%
G = 26.69%
B = 33.26%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.17

 K value IS 0.24

RGB Variations

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

Color information

#C382A2 (or 0xC382A2) is known color: Viola. HEX triplet: C3, 82 and A2. RGB value is (195,130,162). Sum of RGB (Red+Green+Blue) = 195+130+162=487 (64% of max value = 765). Red value is 195 (76.56% from 255 or 40.04% from 487); Green value is 130 (51.17% from 255 or 26.69% from 487); Blue value is 162 (63.67% from 255 or 33.26% from 487); Max value from RGB is 195 - color contains mainly: red. Hex color #C382A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C382A2 is #3C7D5D. Grayscale: #999999. Windows color (decimal): -3964254 or 10650307. OLE color: 10650307.

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

Color convert

RGB 195 130 162 -
CMYK 0 0.33 0.17 0.24
HSL 330.46º 0.35% 0.64% -
HSV(B) 330.46º 0.33% 0.76% -
XYZ 37.01 30.18 38.06 -
YUV 153.08 133.03 157.9 -
System Red Green Blue C M Y K H S L
Decimal 195 130 162 0 0.33 0.17 0.24 330.46 0.35 0.64
Hex C3 82 A2 0 21 11 18 14A 23 40
Octal 303 202 242 0 41 21 30 512 43 100
Binary 11000011 10000010 10100010 0 100001 10001 11000 101001010 100011 1000000

Color Harmonies of #C382A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C382A2

Black with #C382A2

Text Example


Text Example

White with #C382A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C382A2; }

 p { color: rgb(195,130,162); }

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

background-color css

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

 a { background-color: rgb(195,130,162); }

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

border-color css

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

 span { border-color: rgb(195,130,162); }

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