Html Css Color HEX #C293A5 Viola

📋 copy color: '#C293A5'

red 194 ◦ green 147 ◦ blue 165

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

Shades of Viola #C293A5

Tints of Viola #C293A5

RGB

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

 GREEN value IS 147 (57.81% from 255) = 29.05%

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

R = 38.34%
G = 29.05%
B = 32.61%

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

#C293A5 (or 0xC293A5) is known color: Viola. HEX triplet: C2, 93 and A5. RGB value is (194,147,165). Sum of RGB (Red+Green+Blue) = 194+147+165=506 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.34% from 506); Green value is 147 (57.81% from 255 or 29.05% from 506); Blue value is 165 (64.84% from 255 or 32.61% from 506); Max value from RGB is 194 - color contains mainly: red. Hex color #C293A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C293A5 is #3D6C5A. Grayscale: #A3A3A3. Windows color (decimal): -4025435 or 10851266. OLE color: 10851266.

HSL color Cylindrical-coordinate representation of color #C293A5: hue angle of 337.02º degrees, saturation: 0.28, 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 #C293A5 is Cyan = 0, Magento = 0.24, Yellow = 0.15 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 147 165 -
CMYK 0 0.24 0.15 0.24
HSL 337.02º 0.28% 0.67% -
HSV(B) 337.02º 0.24% 0.76% -
XYZ 39.47 35.05 40.28 -
YUV 163.11 129.07 150.04 -
System Red Green Blue C M Y K H S L
Decimal 194 147 165 0 0.24 0.15 0.24 337.02 0.28 0.67
Hex C2 93 A5 0 18 F 18 151 1C 43
Octal 302 223 245 0 30 17 30 521 34 103
Binary 11000010 10010011 10100101 0 11000 1111 11000 101010001 11100 1000011

Color Harmonies of #C293A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C293A5

Black with #C293A5

Text Example


Text Example

White with #C293A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C293A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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