Html Css Color HEX #C23BC1 Fuchsia

📋 copy color: '#C23BC1'

red 194 ◦ green 59 ◦ blue 193

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

Shades of Fuchsia #C23BC1

Tints of Fuchsia #C23BC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 43.27%

R = 43.5%
G = 13.23%
B = 43.27%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.01

 K value IS 0.24

RGB Variations

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

Color information

#C23BC1 (or 0xC23BC1) is known color: Fuchsia. HEX triplet: C2, 3B and C1. RGB value is (194,59,193). Sum of RGB (Red+Green+Blue) = 194+59+193=446 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.50% from 446); Green value is 59 (23.44% from 255 or 13.23% from 446); Blue value is 193 (75.78% from 255 or 43.27% from 446); Max value from RGB is 194 - color contains mainly: red. Hex color #C23BC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C23BC1 is #3DC43E. Grayscale: #727272. Windows color (decimal): -4047935 or 12663746. OLE color: 12663746.

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

Color convert

RGB 194 59 193 -
CMYK 0 0.70 0.01 0.24
HSL 300.44º 0.53% 0.5% -
HSV(B) 300.44º 0.7% 0.76% -
XYZ 33.44 18.45 52.25 -
YUV 114.64 172.23 184.6 -
System Red Green Blue C M Y K H S L
Decimal 194 59 193 0 0.70 0.01 0.24 300.44 0.53 0.5
Hex C2 3B C1 0 46 1 18 12C 35 32
Octal 302 73 301 0 106 1 30 454 65 62
Binary 11000010 111011 11000001 0 1000110 1 11000 100101100 110101 110010

Color Harmonies of #C23BC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23BC1

Black with #C23BC1

Text Example


Text Example

White with #C23BC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23BC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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