Html Css Color HEX #C148BC Fuchsia

📋 copy color: '#C148BC'

red 193 ◦ green 72 ◦ blue 188

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

Shades of Fuchsia #C148BC

Tints of Fuchsia #C148BC

RGB

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

 GREEN value IS 72 (28.52% from 255) = 15.89%

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

R = 42.6%
G = 15.89%
B = 41.5%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.03

 K value IS 0.24

RGB Variations

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

Color information

#C148BC (or 0xC148BC) is known color: Fuchsia. HEX triplet: C1, 48 and BC. RGB value is (193,72,188). Sum of RGB (Red+Green+Blue) = 193+72+188=453 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.60% from 453); Green value is 72 (28.52% from 255 or 15.89% from 453); Blue value is 188 (73.83% from 255 or 41.50% from 453); Max value from RGB is 193 - color contains mainly: red. Hex color #C148BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C148BC is #3EB743. Grayscale: #797979. Windows color (decimal): -4110148 or 12339393. OLE color: 12339393.

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

Color convert

RGB 193 72 188 -
CMYK 0 0.63 0.03 0.24
HSL 302.48º 0.49% 0.52% -
HSV(B) 302.48º 0.63% 0.76% -
XYZ 33.39 19.6 49.6 -
YUV 121.4 165.59 179.07 -
System Red Green Blue C M Y K H S L
Decimal 193 72 188 0 0.63 0.03 0.24 302.48 0.49 0.52
Hex C1 48 BC 0 3F 3 18 12E 31 34
Octal 301 110 274 0 77 3 30 456 61 64
Binary 11000001 1001000 10111100 0 111111 11 11000 100101110 110001 110100

Color Harmonies of #C148BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C148BC

Black with #C148BC

Text Example


Text Example

White with #C148BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C148BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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