Html Css Color HEX #C148B7 Fuchsia

📋 copy color: '#C148B7'

red 193 ◦ green 72 ◦ blue 183

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

Shades of Fuchsia #C148B7

Tints of Fuchsia #C148B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 40.85%

R = 43.08%
G = 16.07%
B = 40.85%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.05

 K value IS 0.24

RGB Variations

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

Color information

#C148B7 (or 0xC148B7) is known color: Fuchsia. HEX triplet: C1, 48 and B7. RGB value is (193,72,183). Sum of RGB (Red+Green+Blue) = 193+72+183=448 (59% of max value = 765). Red value is 193 (75.78% from 255 or 43.08% from 448); Green value is 72 (28.52% from 255 or 16.07% from 448); Blue value is 183 (71.88% from 255 or 40.85% from 448); Max value from RGB is 193 - color contains mainly: red. Hex color #C148B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C148B7 is #3EB748. Grayscale: #787878. Windows color (decimal): -4110153 or 12011713. OLE color: 12011713.

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

Color convert

RGB 193 72 183 -
CMYK 0 0.63 0.05 0.24
HSL 304.96º 0.49% 0.52% -
HSV(B) 304.96º 0.63% 0.76% -
XYZ 32.86 19.39 46.81 -
YUV 120.83 163.09 179.47 -
System Red Green Blue C M Y K H S L
Decimal 193 72 183 0 0.63 0.05 0.24 304.96 0.49 0.52
Hex C1 48 B7 0 3F 5 18 131 31 34
Octal 301 110 267 0 77 5 30 461 61 64
Binary 11000001 1001000 10110111 0 111111 101 11000 100110001 110001 110100

Color Harmonies of #C148B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C148B7

Black with #C148B7

Text Example


Text Example

White with #C148B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C148B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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