Html Css Color HEX #C23ABE Fuchsia

📋 copy color: '#C23ABE'

red 194 ◦ green 58 ◦ blue 190

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

Shades of Fuchsia #C23ABE

Tints of Fuchsia #C23ABE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 42.99%

R = 43.89%
G = 13.12%
B = 42.99%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.02

 K value IS 0.24

RGB Variations

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

Color information

#C23ABE (or 0xC23ABE) is known color: Fuchsia. HEX triplet: C2, 3A and BE. RGB value is (194,58,190). Sum of RGB (Red+Green+Blue) = 194+58+190=442 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.89% from 442); Green value is 58 (23.05% from 255 or 13.12% from 442); Blue value is 190 (74.61% from 255 or 42.99% from 442); Max value from RGB is 194 - color contains mainly: red. Hex color #C23ABE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C23ABE is #3DC541. Grayscale: #717171. Windows color (decimal): -4048194 or 12466882. OLE color: 12466882.

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

Color convert

RGB 194 58 190 -
CMYK 0 0.70 0.02 0.24
HSL 301.76º 0.54% 0.49% -
HSV(B) 301.76º 0.7% 0.76% -
XYZ 33.06 18.21 50.49 -
YUV 113.71 171.06 185.27 -
System Red Green Blue C M Y K H S L
Decimal 194 58 190 0 0.70 0.02 0.24 301.76 0.54 0.49
Hex C2 3A BE 0 46 2 18 12E 36 31
Octal 302 72 276 0 106 2 30 456 66 61
Binary 11000010 111010 10111110 0 1000110 10 11000 100101110 110110 110001

Color Harmonies of #C23ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23ABE

Black with #C23ABE

Text Example


Text Example

White with #C23ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23ABE; }

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

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

background-color css

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

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

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

border-color css

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

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

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