Html Css Color HEX #C23AB6 Fuchsia

📋 copy color: '#C23AB6'

red 194 ◦ green 58 ◦ blue 182

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

Shades of Fuchsia #C23AB6

Tints of Fuchsia #C23AB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 41.94%

R = 44.7%
G = 13.36%
B = 41.94%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.06

 K value IS 0.24

RGB Variations

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

Color information

#C23AB6 (or 0xC23AB6) is known color: Fuchsia. HEX triplet: C2, 3A and B6. RGB value is (194,58,182). Sum of RGB (Red+Green+Blue) = 194+58+182=434 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.70% from 434); Green value is 58 (23.05% from 255 or 13.36% from 434); Blue value is 182 (71.48% from 255 or 41.94% from 434); Max value from RGB is 194 - color contains mainly: red. Hex color #C23AB6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C23AB6 is #3DC549. Grayscale: #707070. Windows color (decimal): -4048202 or 11942594. OLE color: 11942594.

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

Color convert

RGB 194 58 182 -
CMYK 0 0.70 0.06 0.24
HSL 305.29º 0.54% 0.49% -
HSV(B) 305.29º 0.7% 0.76% -
XYZ 32.2 17.87 46.01 -
YUV 112.8 167.06 185.92 -
System Red Green Blue C M Y K H S L
Decimal 194 58 182 0 0.70 0.06 0.24 305.29 0.54 0.49
Hex C2 3A B6 0 46 6 18 131 36 31
Octal 302 72 266 0 106 6 30 461 66 61
Binary 11000010 111010 10110110 0 1000110 110 11000 100110001 110110 110001

Color Harmonies of #C23AB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23AB6

Black with #C23AB6

Text Example


Text Example

White with #C23AB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23AB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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