Html Css Color HEX #C045B7 Fuchsia

📋 copy color: '#C045B7'

red 192 ◦ green 69 ◦ blue 183

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

Shades of Fuchsia #C045B7

Tints of Fuchsia #C045B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 41.22%

R = 43.24%
G = 15.54%
B = 41.22%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.05

 K value IS 0.25

RGB Variations

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

Color information

#C045B7 (or 0xC045B7) is known color: Fuchsia. HEX triplet: C0, 45 and B7. RGB value is (192,69,183). Sum of RGB (Red+Green+Blue) = 192+69+183=444 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.24% from 444); Green value is 69 (27.34% from 255 or 15.54% from 444); Blue value is 183 (71.88% from 255 or 41.22% from 444); Max value from RGB is 192 - color contains mainly: red. Hex color #C045B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C045B7 is #3FBA48. Grayscale: #767676. Windows color (decimal): -4176457 or 12010944. OLE color: 12010944.

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

Color convert

RGB 192 69 183 -
CMYK 0 0.64 0.05 0.25
HSL 304.39º 0.49% 0.51% -
HSV(B) 304.39º 0.64% 0.75% -
XYZ 32.41 18.88 46.74 -
YUV 118.77 164.25 180.23 -
System Red Green Blue C M Y K H S L
Decimal 192 69 183 0 0.64 0.05 0.25 304.39 0.49 0.51
Hex C0 45 B7 0 40 5 19 130 31 33
Octal 300 105 267 0 100 5 31 460 61 63
Binary 11000000 1000101 10110111 0 1000000 101 11001 100110000 110001 110011

Color Harmonies of #C045B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C045B7

Black with #C045B7

Text Example


Text Example

White with #C045B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C045B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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