Html Css Color HEX #C23CBB Fuchsia

📋 copy color: '#C23CBB'

red 194 ◦ green 60 ◦ blue 187

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

Shades of Fuchsia #C23CBB

Tints of Fuchsia #C23CBB

RGB

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

 GREEN value IS 60 (23.83% from 255) = 13.61%

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

R = 43.99%
G = 13.61%
B = 42.4%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#C23CBB (or 0xC23CBB) is known color: Fuchsia. HEX triplet: C2, 3C and BB. RGB value is (194,60,187). Sum of RGB (Red+Green+Blue) = 194+60+187=441 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.99% from 441); Green value is 60 (23.83% from 255 or 13.61% from 441); Blue value is 187 (73.44% from 255 or 42.40% from 441); Max value from RGB is 194 - color contains mainly: red. Hex color #C23CBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C23CBB is #3DC344. Grayscale: #727272. Windows color (decimal): -4047685 or 12270786. OLE color: 12270786.

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

Color convert

RGB 194 60 187 -
CMYK 0 0.69 0.04 0.24
HSL 303.13º 0.53% 0.5% -
HSV(B) 303.13º 0.69% 0.76% -
XYZ 32.83 18.29 48.81 -
YUV 114.54 168.89 184.67 -
System Red Green Blue C M Y K H S L
Decimal 194 60 187 0 0.69 0.04 0.24 303.13 0.53 0.5
Hex C2 3C BB 0 45 4 18 12F 35 32
Octal 302 74 273 0 105 4 30 457 65 62
Binary 11000010 111100 10111011 0 1000101 100 11000 100101111 110101 110010

Color Harmonies of #C23CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23CBB

Black with #C23CBB

Text Example


Text Example

White with #C23CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23CBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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