Html Css Color HEX #C23BAE Fuchsia

📋 copy color: '#C23BAE'

red 194 ◦ green 59 ◦ blue 174

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

Shades of Fuchsia #C23BAE

Tints of Fuchsia #C23BAE

RGB

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

 GREEN value IS 59 (23.44% from 255) = 13.82%

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

R = 45.43%
G = 13.82%
B = 40.75%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#C23BAE (or 0xC23BAE) is known color: Fuchsia. HEX triplet: C2, 3B and AE. RGB value is (194,59,174). Sum of RGB (Red+Green+Blue) = 194+59+174=427 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.43% from 427); Green value is 59 (23.44% from 255 or 13.82% from 427); Blue value is 174 (68.36% from 255 or 40.75% from 427); Max value from RGB is 194 - color contains mainly: red. Hex color #C23BAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C23BAE is #3DC451. Grayscale: #707070. Windows color (decimal): -4047954 or 11418562. OLE color: 11418562.

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

Color convert

RGB 194 59 174 -
CMYK 0 0.70 0.10 0.24
HSL 308.89º 0.53% 0.5% -
HSV(B) 308.89º 0.7% 0.76% -
XYZ 31.45 17.65 41.79 -
YUV 112.48 162.73 186.15 -
System Red Green Blue C M Y K H S L
Decimal 194 59 174 0 0.70 0.10 0.24 308.89 0.53 0.5
Hex C2 3B AE 0 46 A 18 135 35 32
Octal 302 73 256 0 106 12 30 465 65 62
Binary 11000010 111011 10101110 0 1000110 1010 11000 100110101 110101 110010

Color Harmonies of #C23BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23BAE

Black with #C23BAE

Text Example


Text Example

White with #C23BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23BAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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