Html Css Color HEX #C23BBA Fuchsia

📋 copy color: '#C23BBA'

red 194 ◦ green 59 ◦ blue 186

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

Shades of Fuchsia #C23BBA

Tints of Fuchsia #C23BBA

RGB

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

 GREEN value IS 59 (23.44% from 255) = 13.44%

 BLUE value IS 186 (73.05% from 255) = 42.37%

R = 44.19%
G = 13.44%
B = 42.37%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#C23BBA (or 0xC23BBA) is known color: Fuchsia. HEX triplet: C2, 3B and BA. RGB value is (194,59,186). Sum of RGB (Red+Green+Blue) = 194+59+186=439 (58% of max value = 765). Red value is 194 (76.17% from 255 or 44.19% from 439); Green value is 59 (23.44% from 255 or 13.44% from 439); Blue value is 186 (73.05% from 255 or 42.37% from 439); Max value from RGB is 194 - color contains mainly: red. Hex color #C23BBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C23BBA is #3DC445. Grayscale: #717171. Windows color (decimal): -4047942 or 12204994. OLE color: 12204994.

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

Color convert

RGB 194 59 186 -
CMYK 0 0.70 0.04 0.24
HSL 303.56º 0.53% 0.5% -
HSV(B) 303.56º 0.7% 0.76% -
XYZ 32.68 18.14 48.23 -
YUV 113.84 168.73 185.17 -
System Red Green Blue C M Y K H S L
Decimal 194 59 186 0 0.70 0.04 0.24 303.56 0.53 0.5
Hex C2 3B BA 0 46 4 18 130 35 32
Octal 302 73 272 0 106 4 30 460 65 62
Binary 11000010 111011 10111010 0 1000110 100 11000 100110000 110101 110010

Color Harmonies of #C23BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23BBA

Black with #C23BBA

Text Example


Text Example

White with #C23BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23BBA; }

 p { color: rgb(194,59,186); }

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

background-color css

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

 a { background-color: rgb(194,59,186); }

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

border-color css

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

 span { border-color: rgb(194,59,186); }

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