Html Css Color HEX #C23AA9 Fuchsia

📋 copy color: '#C23AA9'

red 194 ◦ green 58 ◦ blue 169

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

Shades of Fuchsia #C23AA9

Tints of Fuchsia #C23AA9

RGB

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

 GREEN value IS 58 (23.05% from 255) = 13.78%

 BLUE value IS 169 (66.41% from 255) = 40.14%

R = 46.08%
G = 13.78%
B = 40.14%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.13

 K value IS 0.24

RGB Variations

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

Color information

#C23AA9 (or 0xC23AA9) is known color: Fuchsia. HEX triplet: C2, 3A and A9. RGB value is (194,58,169). Sum of RGB (Red+Green+Blue) = 194+58+169=421 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.08% from 421); Green value is 58 (23.05% from 255 or 13.78% from 421); Blue value is 169 (66.41% from 255 or 40.14% from 421); Max value from RGB is 194 - color contains mainly: red. Hex color #C23AA9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C23AA9 is #3DC556. Grayscale: #6F6F6F. Windows color (decimal): -4048215 or 11090626. OLE color: 11090626.

HSL color Cylindrical-coordinate representation of color #C23AA9: hue angle of 311.03º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C23AA9 is Cyan = 0, Magento = 0.70, Yellow = 0.13 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 58 169 -
CMYK 0 0.70 0.13 0.24
HSL 311.03º 0.54% 0.49% -
HSV(B) 311.03º 0.7% 0.76% -
XYZ 30.92 17.36 39.26 -
YUV 111.32 160.56 186.97 -
System Red Green Blue C M Y K H S L
Decimal 194 58 169 0 0.70 0.13 0.24 311.03 0.54 0.49
Hex C2 3A A9 0 46 D 18 137 36 31
Octal 302 72 251 0 106 15 30 467 66 61
Binary 11000010 111010 10101001 0 1000110 1101 11000 100110111 110110 110001

Color Harmonies of #C23AA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23AA9

Black with #C23AA9

Text Example


Text Example

White with #C23AA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23AA9; }

 p { color: rgb(194,58,169); }

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

background-color css

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

 a { background-color: rgb(194,58,169); }

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

border-color css

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

 span { border-color: rgb(194,58,169); }

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