Html Css Color HEX #C382A0 Viola

📋 copy color: '#C382A0'

red 195 ◦ green 130 ◦ blue 160

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

Shades of Viola #C382A0

Tints of Viola #C382A0

RGB

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

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

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

R = 40.21%
G = 26.8%
B = 32.99%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.18

 K value IS 0.24

RGB Variations

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

Color information

#C382A0 (or 0xC382A0) is known color: Viola. HEX triplet: C3, 82 and A0. RGB value is (195,130,160). Sum of RGB (Red+Green+Blue) = 195+130+160=485 (64% of max value = 765). Red value is 195 (76.56% from 255 or 40.21% from 485); Green value is 130 (51.17% from 255 or 26.80% from 485); Blue value is 160 (62.89% from 255 or 32.99% from 485); Max value from RGB is 195 - color contains mainly: red. Hex color #C382A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C382A0 is #3C7D5F. Grayscale: #989898. Windows color (decimal): -3964256 or 10519235. OLE color: 10519235.

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

Color convert

RGB 195 130 160 -
CMYK 0 0.33 0.18 0.24
HSL 332.31º 0.35% 0.64% -
HSV(B) 332.31º 0.33% 0.76% -
XYZ 36.83 30.11 37.13 -
YUV 152.86 132.03 158.06 -
System Red Green Blue C M Y K H S L
Decimal 195 130 160 0 0.33 0.18 0.24 332.31 0.35 0.64
Hex C3 82 A0 0 21 12 18 14C 23 40
Octal 303 202 240 0 41 22 30 514 43 100
Binary 11000011 10000010 10100000 0 100001 10010 11000 101001100 100011 1000000

Color Harmonies of #C382A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C382A0

Black with #C382A0

Text Example


Text Example

White with #C382A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C382A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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