Html Css Color HEX #C045A8 Fuchsia

📋 copy color: '#C045A8'

red 192 ◦ green 69 ◦ blue 168

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

Shades of Fuchsia #C045A8

Tints of Fuchsia #C045A8

RGB

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

 GREEN value IS 69 (27.34% from 255) = 16.08%

 BLUE value IS 168 (66.02% from 255) = 39.16%

R = 44.76%
G = 16.08%
B = 39.16%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.12

 K value IS 0.25

RGB Variations

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

Color information

#C045A8 (or 0xC045A8) is known color: Fuchsia. HEX triplet: C0, 45 and A8. RGB value is (192,69,168). Sum of RGB (Red+Green+Blue) = 192+69+168=429 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.76% from 429); Green value is 69 (27.34% from 255 or 16.08% from 429); Blue value is 168 (66.02% from 255 or 39.16% from 429); Max value from RGB is 192 - color contains mainly: red. Hex color #C045A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C045A8 is #3FBA57. Grayscale: #747474. Windows color (decimal): -4176472 or 11027904. OLE color: 11027904.

HSL color Cylindrical-coordinate representation of color #C045A8: hue angle of 311.71º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C045A8 is Cyan = 0, Magento = 0.64, Yellow = 0.12 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 69 168 -
CMYK 0 0.64 0.12 0.25
HSL 311.71º 0.49% 0.51% -
HSV(B) 311.71º 0.64% 0.75% -
XYZ 30.93 18.29 38.95 -
YUV 117.06 156.75 181.45 -
System Red Green Blue C M Y K H S L
Decimal 192 69 168 0 0.64 0.12 0.25 311.71 0.49 0.51
Hex C0 45 A8 0 40 C 19 138 31 33
Octal 300 105 250 0 100 14 31 470 61 63
Binary 11000000 1000101 10101000 0 1000000 1100 11001 100111000 110001 110011

Color Harmonies of #C045A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C045A8

Black with #C045A8

Text Example


Text Example

White with #C045A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C045A8; }

 p { color: rgb(192,69,168); }

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

background-color css

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

 a { background-color: rgb(192,69,168); }

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

border-color css

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

 span { border-color: rgb(192,69,168); }

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