Html Css Color HEX #C23BBB Fuchsia

📋 copy color: '#C23BBB'

red 194 ◦ green 59 ◦ blue 187

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

Shades of Fuchsia #C23BBB

Tints of Fuchsia #C23BBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 42.5%

R = 44.09%
G = 13.41%
B = 42.5%

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

#C23BBB (or 0xC23BBB) is known color: Fuchsia. HEX triplet: C2, 3B and BB. RGB value is (194,59,187). Sum of RGB (Red+Green+Blue) = 194+59+187=440 (58% of max value = 765). Red value is 194 (76.17% from 255 or 44.09% from 440); Green value is 59 (23.44% from 255 or 13.41% from 440); Blue value is 187 (73.44% from 255 or 42.5% from 440); Max value from RGB is 194 - color contains mainly: red. Hex color #C23BBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C23BBB is #3DC444. Grayscale: #717171. Windows color (decimal): -4047941 or 12270530. OLE color: 12270530.

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

Color convert

RGB 194 59 187 -
CMYK 0 0.70 0.04 0.24
HSL 303.11º 0.53% 0.5% -
HSV(B) 303.11º 0.7% 0.76% -
XYZ 32.78 18.19 48.8 -
YUV 113.96 169.23 185.09 -
System Red Green Blue C M Y K H S L
Decimal 194 59 187 0 0.70 0.04 0.24 303.11 0.53 0.5
Hex C2 3B BB 0 46 4 18 12F 35 32
Octal 302 73 273 0 106 4 30 457 65 62
Binary 11000010 111011 10111011 0 1000110 100 11000 100101111 110101 110010

Color Harmonies of #C23BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23BBB

Black with #C23BBB

Text Example


Text Example

White with #C23BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23BBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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