Html Css Color HEX #C045B2 Fuchsia

📋 copy color: '#C045B2'

red 192 ◦ green 69 ◦ blue 178

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

Shades of Fuchsia #C045B2

Tints of Fuchsia #C045B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 40.55%

R = 43.74%
G = 15.72%
B = 40.55%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.07

 K value IS 0.25

RGB Variations

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

Color information

#C045B2 (or 0xC045B2) is known color: Fuchsia. HEX triplet: C0, 45 and B2. RGB value is (192,69,178). Sum of RGB (Red+Green+Blue) = 192+69+178=439 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.74% from 439); Green value is 69 (27.34% from 255 or 15.72% from 439); Blue value is 178 (69.92% from 255 or 40.55% from 439); Max value from RGB is 192 - color contains mainly: red. Hex color #C045B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C045B2 is #3FBA4D. Grayscale: #757575. Windows color (decimal): -4176462 or 11683264. OLE color: 11683264.

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

Color convert

RGB 192 69 178 -
CMYK 0 0.64 0.07 0.25
HSL 306.83º 0.49% 0.51% -
HSV(B) 306.83º 0.64% 0.75% -
XYZ 31.9 18.68 44.04 -
YUV 118.2 161.75 180.64 -
System Red Green Blue C M Y K H S L
Decimal 192 69 178 0 0.64 0.07 0.25 306.83 0.49 0.51
Hex C0 45 B2 0 40 7 19 133 31 33
Octal 300 105 262 0 100 7 31 463 61 63
Binary 11000000 1000101 10110010 0 1000000 111 11001 100110011 110001 110011

Color Harmonies of #C045B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C045B2

Black with #C045B2

Text Example


Text Example

White with #C045B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C045B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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