Html Css Color HEX #C045B8 Fuchsia

📋 copy color: '#C045B8'

red 192 ◦ green 69 ◦ blue 184

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

Shades of Fuchsia #C045B8

Tints of Fuchsia #C045B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 41.35%

R = 43.15%
G = 15.51%
B = 41.35%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.04

 K value IS 0.25

RGB Variations

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

Color information

#C045B8 (or 0xC045B8) is known color: Fuchsia. HEX triplet: C0, 45 and B8. RGB value is (192,69,184). Sum of RGB (Red+Green+Blue) = 192+69+184=445 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.15% from 445); Green value is 69 (27.34% from 255 or 15.51% from 445); Blue value is 184 (72.27% from 255 or 41.35% from 445); Max value from RGB is 192 - color contains mainly: red. Hex color #C045B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C045B8 is #3FBA47. Grayscale: #767676. Windows color (decimal): -4176456 or 12076480. OLE color: 12076480.

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

Color convert

RGB 192 69 184 -
CMYK 0 0.64 0.04 0.25
HSL 303.9º 0.49% 0.51% -
HSV(B) 303.9º 0.64% 0.75% -
XYZ 32.52 18.92 47.29 -
YUV 118.89 164.75 180.15 -
System Red Green Blue C M Y K H S L
Decimal 192 69 184 0 0.64 0.04 0.25 303.9 0.49 0.51
Hex C0 45 B8 0 40 4 19 130 31 33
Octal 300 105 270 0 100 4 31 460 61 63
Binary 11000000 1000101 10111000 0 1000000 100 11001 100110000 110001 110011

Color Harmonies of #C045B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C045B8

Black with #C045B8

Text Example


Text Example

White with #C045B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C045B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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