Html Css Color HEX #C294A5 Viola

📋 copy color: '#C294A5'

red 194 ◦ green 148 ◦ blue 165

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

Shades of Viola #C294A5

Tints of Viola #C294A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 32.54%

R = 38.26%
G = 29.19%
B = 32.54%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.15

 K value IS 0.24

RGB Variations

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

Color information

#C294A5 (or 0xC294A5) is known color: Viola. HEX triplet: C2, 94 and A5. RGB value is (194,148,165). Sum of RGB (Red+Green+Blue) = 194+148+165=507 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.26% from 507); Green value is 148 (58.20% from 255 or 29.19% from 507); Blue value is 165 (64.84% from 255 or 32.54% from 507); Max value from RGB is 194 - color contains mainly: red. Hex color #C294A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C294A5 is #3D6B5A. Grayscale: #A3A3A3. Windows color (decimal): -4025179 or 10851522. OLE color: 10851522.

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

Color convert

RGB 194 148 165 -
CMYK 0 0.24 0.15 0.24
HSL 337.83º 0.27% 0.67% -
HSV(B) 337.83º 0.24% 0.76% -
XYZ 39.63 35.37 40.33 -
YUV 163.69 128.74 149.62 -
System Red Green Blue C M Y K H S L
Decimal 194 148 165 0 0.24 0.15 0.24 337.83 0.27 0.67
Hex C2 94 A5 0 18 F 18 152 1B 43
Octal 302 224 245 0 30 17 30 522 33 103
Binary 11000010 10010100 10100101 0 11000 1111 11000 101010010 11011 1000011

Color Harmonies of #C294A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C294A5

Black with #C294A5

Text Example


Text Example

White with #C294A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C294A5; }

 p { color: rgb(194,148,165); }

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

background-color css

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

 a { background-color: rgb(194,148,165); }

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

border-color css

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

 span { border-color: rgb(194,148,165); }

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