Html Css Color HEX #C23FBF Fuchsia

📋 copy color: '#C23FBF'

red 194 ◦ green 63 ◦ blue 191

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

Shades of Fuchsia #C23FBF

Tints of Fuchsia #C23FBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 42.63%

R = 43.3%
G = 14.06%
B = 42.63%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.02

 K value IS 0.24

RGB Variations

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

Color information

#C23FBF (or 0xC23FBF) is known color: Fuchsia. HEX triplet: C2, 3F and BF. RGB value is (194,63,191). Sum of RGB (Red+Green+Blue) = 194+63+191=448 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.30% from 448); Green value is 63 (25% from 255 or 14.06% from 448); Blue value is 191 (75% from 255 or 42.63% from 448); Max value from RGB is 194 - color contains mainly: red. Hex color #C23FBF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C23FBF is #3DC040. Grayscale: #747474. Windows color (decimal): -4046913 or 12533698. OLE color: 12533698.

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

Color convert

RGB 194 63 191 -
CMYK 0 0.68 0.02 0.24
HSL 301.37º 0.52% 0.5% -
HSV(B) 301.37º 0.68% 0.76% -
XYZ 33.43 18.79 51.15 -
YUV 116.76 169.9 183.09 -
System Red Green Blue C M Y K H S L
Decimal 194 63 191 0 0.68 0.02 0.24 301.37 0.52 0.5
Hex C2 3F BF 0 44 2 18 12D 34 32
Octal 302 77 277 0 104 2 30 455 64 62
Binary 11000010 111111 10111111 0 1000100 10 11000 100101101 110100 110010

Color Harmonies of #C23FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23FBF

Black with #C23FBF

Text Example


Text Example

White with #C23FBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23FBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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