Html Css Color HEX #C23FAD Fuchsia

📋 copy color: '#C23FAD'

red 194 ◦ green 63 ◦ blue 173

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

Shades of Fuchsia #C23FAD

Tints of Fuchsia #C23FAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 40.23%

R = 45.12%
G = 14.65%
B = 40.23%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.11

 K value IS 0.24

RGB Variations

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

Color information

#C23FAD (or 0xC23FAD) is known color: Fuchsia. HEX triplet: C2, 3F and AD. RGB value is (194,63,173). Sum of RGB (Red+Green+Blue) = 194+63+173=430 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.12% from 430); Green value is 63 (25% from 255 or 14.65% from 430); Blue value is 173 (67.97% from 255 or 40.23% from 430); Max value from RGB is 194 - color contains mainly: red. Hex color #C23FAD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C23FAD is #3DC052. Grayscale: #727272. Windows color (decimal): -4046931 or 11354050. OLE color: 11354050.

HSL color Cylindrical-coordinate representation of color #C23FAD: hue angle of 309.62º 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 #C23FAD is Cyan = 0, Magento = 0.68, Yellow = 0.11 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 63 173 -
CMYK 0 0.68 0.11 0.24
HSL 309.62º 0.52% 0.5% -
HSV(B) 309.62º 0.68% 0.76% -
XYZ 31.57 18.04 41.35 -
YUV 114.71 160.9 184.56 -
System Red Green Blue C M Y K H S L
Decimal 194 63 173 0 0.68 0.11 0.24 309.62 0.52 0.5
Hex C2 3F AD 0 44 B 18 136 34 32
Octal 302 77 255 0 104 13 30 466 64 62
Binary 11000010 111111 10101101 0 1000100 1011 11000 100110110 110100 110010

Color Harmonies of #C23FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23FAD

Black with #C23FAD

Text Example


Text Example

White with #C23FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23FAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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