Html Css Color HEX #C288A1 Viola

📋 copy color: '#C288A1'

red 194 ◦ green 136 ◦ blue 161

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

Shades of Viola #C288A1

Tints of Viola #C288A1

RGB

 RED value IS 194 (76.17% from 255) = 39.51%

 GREEN value IS 136 (53.52% from 255) = 27.7%

 BLUE value IS 161 (63.28% from 255) = 32.79%

R = 39.51%
G = 27.7%
B = 32.79%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.17

 K value IS 0.24

RGB Variations

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

Color information

#C288A1 (or 0xC288A1) is known color: Viola. HEX triplet: C2, 88 and A1. RGB value is (194,136,161). Sum of RGB (Red+Green+Blue) = 194+136+161=491 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.51% from 491); Green value is 136 (53.52% from 255 or 27.70% from 491); Blue value is 161 (63.28% from 255 or 32.79% from 491); Max value from RGB is 194 - color contains mainly: red. Hex color #C288A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C288A1 is #3D775E. Grayscale: #9C9C9C. Windows color (decimal): -4028255 or 10586306. OLE color: 10586306.

HSL color Cylindrical-coordinate representation of color #C288A1: hue angle of 334.14º degrees, saturation: 0.32, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C288A1 is Cyan = 0, Magento = 0.30, Yellow = 0.17 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 136 161 -
CMYK 0 0.30 0.17 0.24
HSL 334.14º 0.32% 0.65% -
HSV(B) 334.14º 0.3% 0.76% -
XYZ 37.49 31.65 37.85 -
YUV 156.19 130.72 154.97 -
System Red Green Blue C M Y K H S L
Decimal 194 136 161 0 0.30 0.17 0.24 334.14 0.32 0.65
Hex C2 88 A1 0 1E 11 18 14E 20 41
Octal 302 210 241 0 36 21 30 516 40 101
Binary 11000010 10001000 10100001 0 11110 10001 11000 101001110 100000 1000001

Color Harmonies of #C288A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C288A1

Black with #C288A1

Text Example


Text Example

White with #C288A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C288A1; }

 p { color: rgb(194,136,161); }

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

background-color css

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

 a { background-color: rgb(194,136,161); }

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

border-color css

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

 span { border-color: rgb(194,136,161); }

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