Html Css Color HEX #C1959F Viola

📋 copy color: '#C1959F'

red 193 ◦ green 149 ◦ blue 159

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

Shades of Viola #C1959F

Tints of Viola #C1959F

RGB

 RED value IS 193 (75.78% from 255) = 38.52%

 GREEN value IS 149 (58.59% from 255) = 29.74%

 BLUE value IS 159 (62.5% from 255) = 31.74%

R = 38.52%
G = 29.74%
B = 31.74%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.18

 K value IS 0.24

RGB Variations

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

Color information

#C1959F (or 0xC1959F) is known color: Viola. HEX triplet: C1, 95 and 9F. RGB value is (193,149,159). Sum of RGB (Red+Green+Blue) = 193+149+159=501 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.52% from 501); Green value is 149 (58.59% from 255 or 29.74% from 501); Blue value is 159 (62.5% from 255 or 31.74% from 501); Max value from RGB is 193 - color contains mainly: red. Hex color #C1959F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1959F is #3E6A60. Grayscale: #A3A3A3. Windows color (decimal): -4090465 or 10458561. OLE color: 10458561.

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

Color convert

RGB 193 149 159 -
CMYK 0 0.23 0.18 0.24
HSL 346.36º 0.26% 0.67% -
HSV(B) 346.36º 0.23% 0.76% -
XYZ 39 35.34 37.57 -
YUV 163.3 125.58 149.19 -
System Red Green Blue C M Y K H S L
Decimal 193 149 159 0 0.23 0.18 0.24 346.36 0.26 0.67
Hex C1 95 9F 0 17 12 18 15A 1A 43
Octal 301 225 237 0 27 22 30 532 32 103
Binary 11000001 10010101 10011111 0 10111 10010 11000 101011010 11010 1000011

Color Harmonies of #C1959F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1959F

Black with #C1959F

Text Example


Text Example

White with #C1959F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1959F; }

 p { color: rgb(193,149,159); }

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

background-color css

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

 a { background-color: rgb(193,149,159); }

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

border-color css

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

 span { border-color: rgb(193,149,159); }

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