Html Css Color HEX #C390A8 Viola

📋 copy color: '#C390A8'

red 195 ◦ green 144 ◦ blue 168

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

Shades of Viola #C390A8

Tints of Viola #C390A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 33.14%

R = 38.46%
G = 28.4%
B = 33.14%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.14

 K value IS 0.24

RGB Variations

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

Color information

#C390A8 (or 0xC390A8) is known color: Viola. HEX triplet: C3, 90 and A8. RGB value is (195,144,168). Sum of RGB (Red+Green+Blue) = 195+144+168=507 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.46% from 507); Green value is 144 (56.64% from 255 or 28.40% from 507); Blue value is 168 (66.02% from 255 or 33.14% from 507); Max value from RGB is 195 - color contains mainly: red. Hex color #C390A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C390A8 is #3C6F57. Grayscale: #A1A1A1. Windows color (decimal): -3960664 or 11047107. OLE color: 11047107.

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

Color convert

RGB 195 144 168 -
CMYK 0 0.26 0.14 0.24
HSL 331.76º 0.3% 0.66% -
HSV(B) 331.76º 0.26% 0.76% -
XYZ 39.55 34.38 41.6 -
YUV 161.99 131.4 151.55 -
System Red Green Blue C M Y K H S L
Decimal 195 144 168 0 0.26 0.14 0.24 331.76 0.3 0.66
Hex C3 90 A8 0 1A E 18 14C 1E 42
Octal 303 220 250 0 32 16 30 514 36 102
Binary 11000011 10010000 10101000 0 11010 1110 11000 101001100 11110 1000010

Color Harmonies of #C390A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C390A8

Black with #C390A8

Text Example


Text Example

White with #C390A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C390A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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