Html Css Color HEX #C23FAF Fuchsia

📋 copy color: '#C23FAF'

red 194 ◦ green 63 ◦ blue 175

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

Shades of Fuchsia #C23FAF

Tints of Fuchsia #C23FAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 40.51%

R = 44.91%
G = 14.58%
B = 40.51%

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

#C23FAF (or 0xC23FAF) is known color: Fuchsia. HEX triplet: C2, 3F and AF. RGB value is (194,63,175). Sum of RGB (Red+Green+Blue) = 194+63+175=432 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.91% from 432); Green value is 63 (25% from 255 or 14.58% from 432); Blue value is 175 (68.75% from 255 or 40.51% from 432); Max value from RGB is 194 - color contains mainly: red. Hex color #C23FAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C23FAF is #3DC050. Grayscale: #727272. Windows color (decimal): -4046929 or 11485122. OLE color: 11485122.

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

Color convert

RGB 194 63 175 -
CMYK 0 0.68 0.10 0.24
HSL 308.7º 0.52% 0.5% -
HSV(B) 308.7º 0.68% 0.76% -
XYZ 31.76 18.12 42.38 -
YUV 114.94 161.9 184.39 -
System Red Green Blue C M Y K H S L
Decimal 194 63 175 0 0.68 0.10 0.24 308.7 0.52 0.5
Hex C2 3F AF 0 44 A 18 135 34 32
Octal 302 77 257 0 104 12 30 465 64 62
Binary 11000010 111111 10101111 0 1000100 1010 11000 100110101 110100 110010

Color Harmonies of #C23FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23FAF

Black with #C23FAF

Text Example


Text Example

White with #C23FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23FAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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