Html Css Color HEX #C23BC5 Fuchsia

📋 copy color: '#C23BC5'

red 194 ◦ green 59 ◦ blue 197

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

Shades of Fuchsia #C23BC5

Tints of Fuchsia #C23BC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 43.78%

R = 43.11%
G = 13.11%
B = 43.78%

CMYK

 C value IS 0.02

 M value IS 0.70

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#C23BC5 (or 0xC23BC5) is known color: Fuchsia. HEX triplet: C2, 3B and C5. RGB value is (194,59,197). Sum of RGB (Red+Green+Blue) = 194+59+197=450 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.11% from 450); Green value is 59 (23.44% from 255 or 13.11% from 450); Blue value is 197 (77.34% from 255 or 43.78% from 450); Max value from RGB is 197 - color contains mainly: blue. Hex color #C23BC5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C23BC5 is #3DC43A. Grayscale: #727272. Windows color (decimal): -4047931 or 12925890. OLE color: 12925890.

HSL color Cylindrical-coordinate representation of color #C23BC5: hue angle of 298.7º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C23BC5 is Cyan = 0.02, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 194 59 197 -
CMYK 0.02 0.70 0 0.23
HSL 298.7º 0.54% 0.5% -
HSV(B) 298.7º 0.7% 0.77% -
XYZ 33.89 18.63 54.63 -
YUV 115.1 174.23 184.28 -
System Red Green Blue C M Y K H S L
Decimal 194 59 197 0.02 0.70 0 0.23 298.7 0.54 0.5
Hex C2 3B C5 2 46 0 17 12B 36 32
Octal 302 73 305 2 106 0 27 453 66 62
Binary 11000010 111011 11000101 10 1000110 0 10111 100101011 110110 110010

Color Harmonies of #C23BC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23BC5

Black with #C23BC5

Text Example


Text Example

White with #C23BC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23BC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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