Html Css Color HEX #C23FAE Fuchsia

📋 copy color: '#C23FAE'

red 194 ◦ green 63 ◦ blue 174

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

Shades of Fuchsia #C23FAE

Tints of Fuchsia #C23FAE

RGB

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

 GREEN value IS 63 (25% from 255) = 14.62%

 BLUE value IS 174 (68.36% from 255) = 40.37%

R = 45.01%
G = 14.62%
B = 40.37%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#C23FAE (or 0xC23FAE) is known color: Fuchsia. HEX triplet: C2, 3F and AE. RGB value is (194,63,174). Sum of RGB (Red+Green+Blue) = 194+63+174=431 (57% of max value = 765). Red value is 194 (76.17% from 255 or 45.01% from 431); Green value is 63 (25% from 255 or 14.62% from 431); Blue value is 174 (68.36% from 255 or 40.37% from 431); Max value from RGB is 194 - color contains mainly: red. Hex color #C23FAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C23FAE is #3DC051. Grayscale: #727272. Windows color (decimal): -4046930 or 11419586. OLE color: 11419586.

HSL color Cylindrical-coordinate representation of color #C23FAE: hue angle of 309.16º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C23FAE is Cyan = 0, Magento = 0.68, Yellow = 0.10 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 63 174 -
CMYK 0 0.68 0.10 0.24
HSL 309.16º 0.52% 0.5% -
HSV(B) 309.16º 0.68% 0.76% -
XYZ 31.67 18.08 41.87 -
YUV 114.82 161.4 184.47 -
System Red Green Blue C M Y K H S L
Decimal 194 63 174 0 0.68 0.10 0.24 309.16 0.52 0.5
Hex C2 3F AE 0 44 A 18 135 34 32
Octal 302 77 256 0 104 12 30 465 64 62
Binary 11000010 111111 10101110 0 1000100 1010 11000 100110101 110100 110010

Color Harmonies of #C23FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23FAE

Black with #C23FAE

Text Example


Text Example

White with #C23FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23FAE; }

 p { color: rgb(194,63,174); }

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

background-color css

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

 a { background-color: rgb(194,63,174); }

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

border-color css

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

 span { border-color: rgb(194,63,174); }

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