Html Css Color HEX #C23CA8 Fuchsia

📋 copy color: '#C23CA8'

red 194 ◦ green 60 ◦ blue 168

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

Shades of Fuchsia #C23CA8

Tints of Fuchsia #C23CA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 39.81%

R = 45.97%
G = 14.22%
B = 39.81%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.13

 K value IS 0.24

RGB Variations

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

Color information

#C23CA8 (or 0xC23CA8) is known color: Fuchsia. HEX triplet: C2, 3C and A8. RGB value is (194,60,168). Sum of RGB (Red+Green+Blue) = 194+60+168=422 (55% of max value = 765). Red value is 194 (76.17% from 255 or 45.97% from 422); Green value is 60 (23.83% from 255 or 14.22% from 422); Blue value is 168 (66.02% from 255 or 39.81% from 422); Max value from RGB is 194 - color contains mainly: red. Hex color #C23CA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C23CA8 is #3DC357. Grayscale: #707070. Windows color (decimal): -4047704 or 11025602. OLE color: 11025602.

HSL color Cylindrical-coordinate representation of color #C23CA8: hue angle of 311.64º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C23CA8 is Cyan = 0, Magento = 0.69, Yellow = 0.13 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 60 168 -
CMYK 0 0.69 0.13 0.24
HSL 311.64º 0.53% 0.5% -
HSV(B) 311.64º 0.69% 0.76% -
XYZ 30.93 17.53 38.8 -
YUV 112.38 159.39 186.22 -
System Red Green Blue C M Y K H S L
Decimal 194 60 168 0 0.69 0.13 0.24 311.64 0.53 0.5
Hex C2 3C A8 0 45 D 18 138 35 32
Octal 302 74 250 0 105 15 30 470 65 62
Binary 11000010 111100 10101000 0 1000101 1101 11000 100111000 110101 110010

Color Harmonies of #C23CA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23CA8

Black with #C23CA8

Text Example


Text Example

White with #C23CA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23CA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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