Html Css Color HEX #C048BE Fuchsia

📋 copy color: '#C048BE'

red 192 ◦ green 72 ◦ blue 190

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

Shades of Fuchsia #C048BE

Tints of Fuchsia #C048BE

RGB

 RED value IS 192 (75.39% from 255) = 42.29%

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

 BLUE value IS 190 (74.61% from 255) = 41.85%

R = 42.29%
G = 15.86%
B = 41.85%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#C048BE (or 0xC048BE) is known color: Fuchsia. HEX triplet: C0, 48 and BE. RGB value is (192,72,190). Sum of RGB (Red+Green+Blue) = 192+72+190=454 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.29% from 454); Green value is 72 (28.52% from 255 or 15.86% from 454); Blue value is 190 (74.61% from 255 or 41.85% from 454); Max value from RGB is 192 - color contains mainly: red. Hex color #C048BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C048BE is #3FB741. Grayscale: #787878. Windows color (decimal): -4175682 or 12470464. OLE color: 12470464.

HSL color Cylindrical-coordinate representation of color #C048BE: hue angle of 301º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C048BE is Cyan = 0, Magento = 0.63, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 72 190 -
CMYK 0 0.63 0.01 0.25
HSL 301º 0.49% 0.52% -
HSV(B) 301º 0.63% 0.75% -
XYZ 33.35 19.56 50.73 -
YUV 121.33 166.76 178.41 -
System Red Green Blue C M Y K H S L
Decimal 192 72 190 0 0.63 0.01 0.25 301 0.49 0.52
Hex C0 48 BE 0 3F 1 19 12D 31 34
Octal 300 110 276 0 77 1 31 455 61 64
Binary 11000000 1001000 10111110 0 111111 1 11001 100101101 110001 110100

Color Harmonies of #C048BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C048BE

Black with #C048BE

Text Example


Text Example

White with #C048BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C048BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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