Html Css Color HEX #C994A8 Viola

📋 copy color: '#C994A8'

red 201 ◦ green 148 ◦ blue 168

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

Shades of Viola #C994A8

Tints of Viola #C994A8

RGB

 RED value IS 201 (78.91% from 255) = 38.88%

 GREEN value IS 148 (58.2% from 255) = 28.63%

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

R = 38.88%
G = 28.63%
B = 32.5%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.16

 K value IS 0.21

RGB Variations

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

Color information

#C994A8 (or 0xC994A8) is known color: Viola. HEX triplet: C9, 94 and A8. RGB value is (201,148,168). Sum of RGB (Red+Green+Blue) = 201+148+168=517 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.88% from 517); Green value is 148 (58.20% from 255 or 28.63% from 517); Blue value is 168 (66.02% from 255 or 32.50% from 517); Max value from RGB is 201 - color contains mainly: red. Hex color #C994A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C994A8 is #366B57. Grayscale: #A6A6A6. Windows color (decimal): -3566424 or 11048137. OLE color: 11048137.

HSL color Cylindrical-coordinate representation of color #C994A8: hue angle of 337.36º degrees, saturation: 0.33, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C994A8 is Cyan = 0, Magento = 0.26, Yellow = 0.16 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 148 168 -
CMYK 0 0.26 0.16 0.21
HSL 337.36º 0.33% 0.68% -
HSV(B) 337.36º 0.26% 0.79% -
XYZ 41.75 36.42 41.88 -
YUV 166.13 129.06 152.87 -
System Red Green Blue C M Y K H S L
Decimal 201 148 168 0 0.26 0.16 0.21 337.36 0.33 0.68
Hex C9 94 A8 0 1A 10 15 151 21 44
Octal 311 224 250 0 32 20 25 521 41 104
Binary 11001001 10010100 10101000 0 11010 10000 10101 101010001 100001 1000100

Color Harmonies of #C994A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C994A8

Black with #C994A8

Text Example


Text Example

White with #C994A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C994A8; }

 p { color: rgb(201,148,168); }

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

background-color css

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

 a { background-color: rgb(201,148,168); }

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

border-color css

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

 span { border-color: rgb(201,148,168); }

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