Html Css Color HEX #C23CC5 Fuchsia

📋 copy color: '#C23CC5'

red 194 ◦ green 60 ◦ blue 197

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

Shades of Fuchsia #C23CC5

Tints of Fuchsia #C23CC5

RGB

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

 GREEN value IS 60 (23.83% from 255) = 13.3%

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

R = 43.02%
G = 13.3%
B = 43.68%

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

#C23CC5 (or 0xC23CC5) is known color: Fuchsia. HEX triplet: C2, 3C and C5. RGB value is (194,60,197). Sum of RGB (Red+Green+Blue) = 194+60+197=451 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.02% from 451); Green value is 60 (23.83% from 255 or 13.30% from 451); Blue value is 197 (77.34% from 255 or 43.68% from 451); Max value from RGB is 197 - color contains mainly: blue. Hex color #C23CC5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C23CC5 is #3DC33A. Grayscale: #737373. Windows color (decimal): -4047675 or 12926146. OLE color: 12926146.

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

Color convert

RGB 194 60 197 -
CMYK 0.02 0.70 0 0.23
HSL 298.69º 0.54% 0.5% -
HSV(B) 298.69º 0.7% 0.77% -
XYZ 33.94 18.73 54.65 -
YUV 115.68 173.89 183.86 -
System Red Green Blue C M Y K H S L
Decimal 194 60 197 0.02 0.70 0 0.23 298.69 0.54 0.5
Hex C2 3C C5 2 46 0 17 12B 36 32
Octal 302 74 305 2 106 0 27 453 66 62
Binary 11000010 111100 11000101 10 1000110 0 10111 100101011 110110 110010

Color Harmonies of #C23CC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23CC5

Black with #C23CC5

Text Example


Text Example

White with #C23CC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23CC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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