Html Css Color HEX #C148C0 Fuchsia

📋 copy color: '#C148C0'

red 193 ◦ green 72 ◦ blue 192

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

Shades of Fuchsia #C148C0

Tints of Fuchsia #C148C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 42.01%

R = 42.23%
G = 15.75%
B = 42.01%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.01

 K value IS 0.24

RGB Variations

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

Color information

#C148C0 (or 0xC148C0) is known color: Fuchsia. HEX triplet: C1, 48 and C0. RGB value is (193,72,192). Sum of RGB (Red+Green+Blue) = 193+72+192=457 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.23% from 457); Green value is 72 (28.52% from 255 or 15.75% from 457); Blue value is 192 (75.39% from 255 or 42.01% from 457); Max value from RGB is 193 - color contains mainly: red. Hex color #C148C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C148C0 is #3EB73F. Grayscale: #797979. Windows color (decimal): -4110144 or 12601537. OLE color: 12601537.

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

Color convert

RGB 193 72 192 -
CMYK 0 0.63 0.01 0.24
HSL 300.5º 0.49% 0.52% -
HSV(B) 300.5º 0.63% 0.76% -
XYZ 33.82 19.78 51.9 -
YUV 121.86 167.59 178.74 -
System Red Green Blue C M Y K H S L
Decimal 193 72 192 0 0.63 0.01 0.24 300.5 0.49 0.52
Hex C1 48 C0 0 3F 1 18 12C 31 34
Octal 301 110 300 0 77 1 30 454 61 64
Binary 11000001 1001000 11000000 0 111111 1 11000 100101100 110001 110100

Color Harmonies of #C148C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C148C0

Black with #C148C0

Text Example


Text Example

White with #C148C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C148C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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