Html Css Color HEX #C23CB3 Fuchsia

📋 copy color: '#C23CB3'

red 194 ◦ green 60 ◦ blue 179

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

Shades of Fuchsia #C23CB3

Tints of Fuchsia #C23CB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 41.34%

R = 44.8%
G = 13.86%
B = 41.34%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.08

 K value IS 0.24

RGB Variations

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

Color information

#C23CB3 (or 0xC23CB3) is known color: Fuchsia. HEX triplet: C2, 3C and B3. RGB value is (194,60,179). Sum of RGB (Red+Green+Blue) = 194+60+179=433 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.80% from 433); Green value is 60 (23.83% from 255 or 13.86% from 433); Blue value is 179 (70.31% from 255 or 41.34% from 433); Max value from RGB is 194 - color contains mainly: red. Hex color #C23CB3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C23CB3 is #3DC34C. Grayscale: #717171. Windows color (decimal): -4047693 or 11746498. OLE color: 11746498.

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

Color convert

RGB 194 60 179 -
CMYK 0 0.69 0.08 0.24
HSL 306.72º 0.53% 0.5% -
HSV(B) 306.72º 0.69% 0.76% -
XYZ 32 17.96 44.43 -
YUV 113.63 164.89 185.32 -
System Red Green Blue C M Y K H S L
Decimal 194 60 179 0 0.69 0.08 0.24 306.72 0.53 0.5
Hex C2 3C B3 0 45 8 18 133 35 32
Octal 302 74 263 0 105 10 30 463 65 62
Binary 11000010 111100 10110011 0 1000101 1000 11000 100110011 110101 110010

Color Harmonies of #C23CB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23CB3

Black with #C23CB3

Text Example


Text Example

White with #C23CB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23CB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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