Html Css Color HEX #C048BD Fuchsia

📋 copy color: '#C048BD'

red 192 ◦ green 72 ◦ blue 189

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

Shades of Fuchsia #C048BD

Tints of Fuchsia #C048BD

RGB

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

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

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

R = 42.38%
G = 15.89%
B = 41.72%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#C048BD (or 0xC048BD) is known color: Fuchsia. HEX triplet: C0, 48 and BD. RGB value is (192,72,189). Sum of RGB (Red+Green+Blue) = 192+72+189=453 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.38% from 453); Green value is 72 (28.52% from 255 or 15.89% from 453); Blue value is 189 (74.22% from 255 or 41.72% from 453); Max value from RGB is 192 - color contains mainly: red. Hex color #C048BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C048BD is #3FB742. Grayscale: #787878. Windows color (decimal): -4175683 or 12404928. OLE color: 12404928.

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

Color convert

RGB 192 72 189 -
CMYK 0 0.63 0.02 0.25
HSL 301.5º 0.49% 0.52% -
HSV(B) 301.5º 0.63% 0.75% -
XYZ 33.24 19.52 50.16 -
YUV 121.22 166.26 178.49 -
System Red Green Blue C M Y K H S L
Decimal 192 72 189 0 0.63 0.02 0.25 301.5 0.49 0.52
Hex C0 48 BD 0 3F 2 19 12E 31 34
Octal 300 110 275 0 77 2 31 456 61 64
Binary 11000000 1001000 10111101 0 111111 10 11001 100101110 110001 110100

Color Harmonies of #C048BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C048BD

Black with #C048BD

Text Example


Text Example

White with #C048BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C048BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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