Html Css Color HEX #C048CB Fuchsia

📋 copy color: '#C048CB'

red 192 ◦ green 72 ◦ blue 203

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

Shades of Fuchsia #C048CB

Tints of Fuchsia #C048CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 43.47%

R = 41.11%
G = 15.42%
B = 43.47%

CMYK

 C value IS 0.05

 M value IS 0.65

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C048CB (or 0xC048CB) is known color: Fuchsia. HEX triplet: C0, 48 and CB. RGB value is (192,72,203). Sum of RGB (Red+Green+Blue) = 192+72+203=467 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.11% from 467); Green value is 72 (28.52% from 255 or 15.42% from 467); Blue value is 203 (79.69% from 255 or 43.47% from 467); Max value from RGB is 203 - color contains mainly: blue. Hex color #C048CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C048CB is #3FB734. Grayscale: #7A7A7A. Windows color (decimal): -4175669 or 13322432. OLE color: 13322432.

HSL color Cylindrical-coordinate representation of color #C048CB: hue angle of 294.96º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C048CB is Cyan = 0.05, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 192 72 203 -
CMYK 0.05 0.65 0 0.20
HSL 294.96º 0.56% 0.54% -
HSV(B) 294.96º 0.65% 0.8% -
XYZ 34.84 20.15 58.55 -
YUV 122.81 173.26 177.35 -
System Red Green Blue C M Y K H S L
Decimal 192 72 203 0.05 0.65 0 0.20 294.96 0.56 0.54
Hex C0 48 CB 5 41 0 14 127 38 36
Octal 300 110 313 5 101 0 24 447 70 66
Binary 11000000 1001000 11001011 101 1000001 0 10100 100100111 111000 110110

Color Harmonies of #C048CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C048CB

Black with #C048CB

Text Example


Text Example

White with #C048CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C048CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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