Html Css Color HEX #C23AB1 Fuchsia

📋 copy color: '#C23AB1'

red 194 ◦ green 58 ◦ blue 177

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

Shades of Fuchsia #C23AB1

Tints of Fuchsia #C23AB1

RGB

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

 GREEN value IS 58 (23.05% from 255) = 13.52%

 BLUE value IS 177 (69.53% from 255) = 41.26%

R = 45.22%
G = 13.52%
B = 41.26%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.09

 K value IS 0.24

RGB Variations

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

Color information

#C23AB1 (or 0xC23AB1) is known color: Fuchsia. HEX triplet: C2, 3A and B1. RGB value is (194,58,177). Sum of RGB (Red+Green+Blue) = 194+58+177=429 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.22% from 429); Green value is 58 (23.05% from 255 or 13.52% from 429); Blue value is 177 (69.53% from 255 or 41.26% from 429); Max value from RGB is 194 - color contains mainly: red. Hex color #C23AB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C23AB1 is #3DC54E. Grayscale: #6F6F6F. Windows color (decimal): -4048207 or 11614914. OLE color: 11614914.

HSL color Cylindrical-coordinate representation of color #C23AB1: hue angle of 307.5º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C23AB1 is Cyan = 0, Magento = 0.70, Yellow = 0.09 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 58 177 -
CMYK 0 0.70 0.09 0.24
HSL 307.5º 0.54% 0.49% -
HSV(B) 307.5º 0.7% 0.76% -
XYZ 31.7 17.67 43.33 -
YUV 112.23 164.56 186.32 -
System Red Green Blue C M Y K H S L
Decimal 194 58 177 0 0.70 0.09 0.24 307.5 0.54 0.49
Hex C2 3A B1 0 46 9 18 134 36 31
Octal 302 72 261 0 106 11 30 464 66 61
Binary 11000010 111010 10110001 0 1000110 1001 11000 100110100 110110 110001

Color Harmonies of #C23AB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23AB1

Black with #C23AB1

Text Example


Text Example

White with #C23AB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23AB1; }

 p { color: rgb(194,58,177); }

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

background-color css

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

 a { background-color: rgb(194,58,177); }

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

border-color css

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

 span { border-color: rgb(194,58,177); }

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