Html Css Color HEX #C23ABD Fuchsia

📋 copy color: '#C23ABD'

red 194 ◦ green 58 ◦ blue 189

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

Shades of Fuchsia #C23ABD

Tints of Fuchsia #C23ABD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 42.86%

R = 43.99%
G = 13.15%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.03

 K value IS 0.24

RGB Variations

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

Color information

#C23ABD (or 0xC23ABD) is known color: Fuchsia. HEX triplet: C2, 3A and BD. RGB value is (194,58,189). Sum of RGB (Red+Green+Blue) = 194+58+189=441 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.99% from 441); Green value is 58 (23.05% from 255 or 13.15% from 441); Blue value is 189 (74.22% from 255 or 42.86% from 441); Max value from RGB is 194 - color contains mainly: red. Hex color #C23ABD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C23ABD is #3DC542. Grayscale: #717171. Windows color (decimal): -4048195 or 12401346. OLE color: 12401346.

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

Color convert

RGB 194 58 189 -
CMYK 0 0.70 0.03 0.24
HSL 302.21º 0.54% 0.49% -
HSV(B) 302.21º 0.7% 0.76% -
XYZ 32.95 18.17 49.91 -
YUV 113.6 170.56 185.35 -
System Red Green Blue C M Y K H S L
Decimal 194 58 189 0 0.70 0.03 0.24 302.21 0.54 0.49
Hex C2 3A BD 0 46 3 18 12E 36 31
Octal 302 72 275 0 106 3 30 456 66 61
Binary 11000010 111010 10111101 0 1000110 11 11000 100101110 110110 110001

Color Harmonies of #C23ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23ABD

Black with #C23ABD

Text Example


Text Example

White with #C23ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23ABD; }

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

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

background-color css

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

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

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

border-color css

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

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

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