Html Css Color HEX #C148B8 Fuchsia

📋 copy color: '#C148B8'

red 193 ◦ green 72 ◦ blue 184

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

Shades of Fuchsia #C148B8

Tints of Fuchsia #C148B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 40.98%

R = 42.98%
G = 16.04%
B = 40.98%

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

#C148B8 (or 0xC148B8) is known color: Fuchsia. HEX triplet: C1, 48 and B8. RGB value is (193,72,184). Sum of RGB (Red+Green+Blue) = 193+72+184=449 (59% of max value = 765). Red value is 193 (75.78% from 255 or 42.98% from 449); Green value is 72 (28.52% from 255 or 16.04% from 449); Blue value is 184 (72.27% from 255 or 40.98% from 449); Max value from RGB is 193 - color contains mainly: red. Hex color #C148B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C148B8 is #3EB747. Grayscale: #787878. Windows color (decimal): -4110152 or 12077249. OLE color: 12077249.

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

Color convert

RGB 193 72 184 -
CMYK 0 0.63 0.05 0.24
HSL 304.46º 0.49% 0.52% -
HSV(B) 304.46º 0.63% 0.76% -
XYZ 32.96 19.43 47.36 -
YUV 120.95 163.59 179.39 -
System Red Green Blue C M Y K H S L
Decimal 193 72 184 0 0.63 0.05 0.24 304.46 0.49 0.52
Hex C1 48 B8 0 3F 5 18 130 31 34
Octal 301 110 270 0 77 5 30 460 61 64
Binary 11000001 1001000 10111000 0 111111 101 11000 100110000 110001 110100

Color Harmonies of #C148B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C148B8

Black with #C148B8

Text Example


Text Example

White with #C148B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C148B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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