Html Css Color HEX #C380A3 Viola

📋 copy color: '#C380A3'

red 195 ◦ green 128 ◦ blue 163

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

Shades of Viola #C380A3

Tints of Viola #C380A3

RGB

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

 GREEN value IS 128 (50.39% from 255) = 26.34%

 BLUE value IS 163 (64.06% from 255) = 33.54%

R = 40.12%
G = 26.34%
B = 33.54%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.16

 K value IS 0.24

RGB Variations

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

Color information

#C380A3 (or 0xC380A3) is known color: Viola. HEX triplet: C3, 80 and A3. RGB value is (195,128,163). Sum of RGB (Red+Green+Blue) = 195+128+163=486 (64% of max value = 765). Red value is 195 (76.56% from 255 or 40.12% from 486); Green value is 128 (50.39% from 255 or 26.34% from 486); Blue value is 163 (64.06% from 255 or 33.54% from 486); Max value from RGB is 195 - color contains mainly: red. Hex color #C380A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C380A3 is #3C7F5C. Grayscale: #979797. Windows color (decimal): -3964765 or 10715331. OLE color: 10715331.

HSL color Cylindrical-coordinate representation of color #C380A3: hue angle of 328.66º degrees, saturation: 0.36, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C380A3 is Cyan = 0, Magento = 0.34, Yellow = 0.16 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 128 163 -
CMYK 0 0.34 0.16 0.24
HSL 328.66º 0.36% 0.63% -
HSV(B) 328.66º 0.34% 0.76% -
XYZ 36.84 29.68 38.44 -
YUV 152.02 134.2 158.65 -
System Red Green Blue C M Y K H S L
Decimal 195 128 163 0 0.34 0.16 0.24 328.66 0.36 0.63
Hex C3 80 A3 0 22 10 18 149 24 3F
Octal 303 200 243 0 42 20 30 511 44 77
Binary 11000011 10000000 10100011 0 100010 10000 11000 101001001 100100 111111

Color Harmonies of #C380A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C380A3

Black with #C380A3

Text Example


Text Example

White with #C380A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C380A3; }

 p { color: rgb(195,128,163); }

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

background-color css

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

 a { background-color: rgb(195,128,163); }

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

border-color css

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

 span { border-color: rgb(195,128,163); }

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