Html Css Color HEX #C143BC Fuchsia

📋 copy color: '#C143BC'

red 193 ◦ green 67 ◦ blue 188

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

Shades of Fuchsia #C143BC

Tints of Fuchsia #C143BC

RGB

 RED value IS 193 (75.78% from 255) = 43.08%

 GREEN value IS 67 (26.56% from 255) = 14.96%

 BLUE value IS 188 (73.83% from 255) = 41.96%

R = 43.08%
G = 14.96%
B = 41.96%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.03

 K value IS 0.24

RGB Variations

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

Color information

#C143BC (or 0xC143BC) is known color: Fuchsia. HEX triplet: C1, 43 and BC. RGB value is (193,67,188). Sum of RGB (Red+Green+Blue) = 193+67+188=448 (59% of max value = 765). Red value is 193 (75.78% from 255 or 43.08% from 448); Green value is 67 (26.56% from 255 or 14.96% from 448); Blue value is 188 (73.83% from 255 or 41.96% from 448); Max value from RGB is 193 - color contains mainly: red. Hex color #C143BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C143BC is #3EBC43. Grayscale: #767676. Windows color (decimal): -4111428 or 12338113. OLE color: 12338113.

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

Color convert

RGB 193 67 188 -
CMYK 0 0.65 0.03 0.24
HSL 302.38º 0.5% 0.51% -
HSV(B) 302.38º 0.65% 0.76% -
XYZ 33.08 18.98 49.5 -
YUV 118.47 167.24 181.16 -
System Red Green Blue C M Y K H S L
Decimal 193 67 188 0 0.65 0.03 0.24 302.38 0.5 0.51
Hex C1 43 BC 0 41 3 18 12E 32 33
Octal 301 103 274 0 101 3 30 456 62 63
Binary 11000001 1000011 10111100 0 1000001 11 11000 100101110 110010 110011

Color Harmonies of #C143BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C143BC

Black with #C143BC

Text Example


Text Example

White with #C143BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C143BC; }

 p { color: rgb(193,67,188); }

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

background-color css

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

 a { background-color: rgb(193,67,188); }

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

border-color css

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

 span { border-color: rgb(193,67,188); }

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