Html Css Color HEX #C390A5 Viola

📋 copy color: '#C390A5'

red 195 ◦ green 144 ◦ blue 165

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

Shades of Viola #C390A5

Tints of Viola #C390A5

RGB

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

 GREEN value IS 144 (56.64% from 255) = 28.57%

 BLUE value IS 165 (64.84% from 255) = 32.74%

R = 38.69%
G = 28.57%
B = 32.74%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.15

 K value IS 0.24

RGB Variations

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

Color information

#C390A5 (or 0xC390A5) is known color: Viola. HEX triplet: C3, 90 and A5. RGB value is (195,144,165). Sum of RGB (Red+Green+Blue) = 195+144+165=504 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.69% from 504); Green value is 144 (56.64% from 255 or 28.57% from 504); Blue value is 165 (64.84% from 255 or 32.74% from 504); Max value from RGB is 195 - color contains mainly: red. Hex color #C390A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C390A5 is #3C6F5A. Grayscale: #A1A1A1. Windows color (decimal): -3960667 or 10850499. OLE color: 10850499.

HSL color Cylindrical-coordinate representation of color #C390A5: hue angle of 335.29º degrees, saturation: 0.3, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C390A5 is Cyan = 0, Magento = 0.26, Yellow = 0.15 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 144 165 -
CMYK 0 0.26 0.15 0.24
HSL 335.29º 0.3% 0.66% -
HSV(B) 335.29º 0.26% 0.76% -
XYZ 39.27 34.27 40.14 -
YUV 161.64 129.9 151.79 -
System Red Green Blue C M Y K H S L
Decimal 195 144 165 0 0.26 0.15 0.24 335.29 0.3 0.66
Hex C3 90 A5 0 1A F 18 14F 1E 42
Octal 303 220 245 0 32 17 30 517 36 102
Binary 11000011 10010000 10100101 0 11010 1111 11000 101001111 11110 1000010

Color Harmonies of #C390A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C390A5

Black with #C390A5

Text Example


Text Example

White with #C390A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C390A5; }

 p { color: rgb(195,144,165); }

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

background-color css

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

 a { background-color: rgb(195,144,165); }

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

border-color css

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

 span { border-color: rgb(195,144,165); }

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