Html Css Color HEX #C148BD Fuchsia

📋 copy color: '#C148BD'

red 193 ◦ green 72 ◦ blue 189

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

Shades of Fuchsia #C148BD

Tints of Fuchsia #C148BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 41.63%

R = 42.51%
G = 15.86%
B = 41.63%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.02

 K value IS 0.24

RGB Variations

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

Color information

#C148BD (or 0xC148BD) is known color: Fuchsia. HEX triplet: C1, 48 and BD. RGB value is (193,72,189). Sum of RGB (Red+Green+Blue) = 193+72+189=454 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.51% from 454); Green value is 72 (28.52% from 255 or 15.86% from 454); Blue value is 189 (74.22% from 255 or 41.63% from 454); Max value from RGB is 193 - color contains mainly: red. Hex color #C148BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C148BD is #3EB742. Grayscale: #797979. Windows color (decimal): -4110147 or 12404929. OLE color: 12404929.

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

Color convert

RGB 193 72 189 -
CMYK 0 0.63 0.02 0.24
HSL 301.98º 0.49% 0.52% -
HSV(B) 301.98º 0.63% 0.76% -
XYZ 33.5 19.65 50.17 -
YUV 121.52 166.09 178.99 -
System Red Green Blue C M Y K H S L
Decimal 193 72 189 0 0.63 0.02 0.24 301.98 0.49 0.52
Hex C1 48 BD 0 3F 2 18 12E 31 34
Octal 301 110 275 0 77 2 30 456 61 64
Binary 11000001 1001000 10111101 0 111111 10 11000 100101110 110001 110100

Color Harmonies of #C148BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C148BD

Black with #C148BD

Text Example


Text Example

White with #C148BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C148BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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