Html Css Color HEX #C048CC Fuchsia

📋 copy color: '#C048CC'

red 192 ◦ green 72 ◦ blue 204

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

Shades of Fuchsia #C048CC

Tints of Fuchsia #C048CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 43.59%

R = 41.03%
G = 15.38%
B = 43.59%

CMYK

 C value IS 0.06

 M value IS 0.65

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C048CC (or 0xC048CC) is known color: Fuchsia. HEX triplet: C0, 48 and CC. RGB value is (192,72,204). Sum of RGB (Red+Green+Blue) = 192+72+204=468 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.03% from 468); Green value is 72 (28.52% from 255 or 15.38% from 468); Blue value is 204 (80.08% from 255 or 43.59% from 468); Max value from RGB is 204 - color contains mainly: blue. Hex color #C048CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C048CC is #3FB733. Grayscale: #7A7A7A. Windows color (decimal): -4175668 or 13387968. OLE color: 13387968.

HSL color Cylindrical-coordinate representation of color #C048CC: hue angle of 294.55º 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 #C048CC is Cyan = 0.06, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 192 72 204 -
CMYK 0.06 0.65 0 0.2
HSL 294.55º 0.56% 0.54% -
HSV(B) 294.55º 0.65% 0.8% -
XYZ 34.95 20.2 59.18 -
YUV 122.93 173.76 177.27 -
System Red Green Blue C M Y K H S L
Decimal 192 72 204 0.06 0.65 0 0.2 294.55 0.56 0.54
Hex C0 48 CC 6 41 0 14 127 38 36
Octal 300 110 314 6 101 0 24 447 70 66
Binary 11000000 1001000 11001100 110 1000001 0 10100 100100111 111000 110110

Color Harmonies of #C048CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C048CC

Black with #C048CC

Text Example


Text Example

White with #C048CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C048CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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