Html Css Color HEX #C048A7 Fuchsia

📋 copy color: '#C048A7'

red 192 ◦ green 72 ◦ blue 167

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

Shades of Fuchsia #C048A7

Tints of Fuchsia #C048A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 38.75%

R = 44.55%
G = 16.71%
B = 38.75%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.13

 K value IS 0.25

RGB Variations

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

Color information

#C048A7 (or 0xC048A7) is known color: Fuchsia. HEX triplet: C0, 48 and A7. RGB value is (192,72,167). Sum of RGB (Red+Green+Blue) = 192+72+167=431 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.55% from 431); Green value is 72 (28.52% from 255 or 16.71% from 431); Blue value is 167 (65.62% from 255 or 38.75% from 431); Max value from RGB is 192 - color contains mainly: red. Hex color #C048A7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C048A7 is #3FB758. Grayscale: #767676. Windows color (decimal): -4175705 or 10963136. OLE color: 10963136.

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

Color convert

RGB 192 72 167 -
CMYK 0 0.63 0.13 0.25
HSL 312.5º 0.49% 0.52% -
HSV(B) 312.5º 0.63% 0.75% -
XYZ 31.03 18.63 38.52 -
YUV 118.71 155.26 180.28 -
System Red Green Blue C M Y K H S L
Decimal 192 72 167 0 0.63 0.13 0.25 312.5 0.49 0.52
Hex C0 48 A7 0 3F D 19 138 31 34
Octal 300 110 247 0 77 15 31 470 61 64
Binary 11000000 1001000 10100111 0 111111 1101 11001 100111000 110001 110100

Color Harmonies of #C048A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C048A7

Black with #C048A7

Text Example


Text Example

White with #C048A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C048A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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