Html Css Color HEX #C992A3 Viola

📋 copy color: '#C992A3'

red 201 ◦ green 146 ◦ blue 163

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

Shades of Viola #C992A3

Tints of Viola #C992A3

RGB

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

 GREEN value IS 146 (57.42% from 255) = 28.63%

 BLUE value IS 163 (64.06% from 255) = 31.96%

R = 39.41%
G = 28.63%
B = 31.96%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.19

 K value IS 0.21

RGB Variations

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

Color information

#C992A3 (or 0xC992A3) is known color: Viola. HEX triplet: C9, 92 and A3. RGB value is (201,146,163). Sum of RGB (Red+Green+Blue) = 201+146+163=510 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.41% from 510); Green value is 146 (57.42% from 255 or 28.63% from 510); Blue value is 163 (64.06% from 255 or 31.96% from 510); Max value from RGB is 201 - color contains mainly: red. Hex color #C992A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C992A3 is #366D5C. Grayscale: #A4A4A4. Windows color (decimal): -3566941 or 10719945. OLE color: 10719945.

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

Color convert

RGB 201 146 163 -
CMYK 0 0.27 0.19 0.21
HSL 341.45º 0.34% 0.68% -
HSV(B) 341.45º 0.27% 0.79% -
XYZ 40.98 35.62 39.37 -
YUV 164.38 127.22 154.12 -
System Red Green Blue C M Y K H S L
Decimal 201 146 163 0 0.27 0.19 0.21 341.45 0.34 0.68
Hex C9 92 A3 0 1B 13 15 155 22 44
Octal 311 222 243 0 33 23 25 525 42 104
Binary 11001001 10010010 10100011 0 11011 10011 10101 101010101 100010 1000100

Color Harmonies of #C992A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C992A3

Black with #C992A3

Text Example


Text Example

White with #C992A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C992A3; }

 p { color: rgb(201,146,163); }

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

background-color css

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

 a { background-color: rgb(201,146,163); }

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

border-color css

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

 span { border-color: rgb(201,146,163); }

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