Html Css Color HEX #C045C5 Fuchsia

📋 copy color: '#C045C5'

red 192 ◦ green 69 ◦ blue 197

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

Shades of Fuchsia #C045C5

Tints of Fuchsia #C045C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 43.01%

R = 41.92%
G = 15.07%
B = 43.01%

CMYK

 C value IS 0.03

 M value IS 0.65

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#C045C5 (or 0xC045C5) is known color: Fuchsia. HEX triplet: C0, 45 and C5. RGB value is (192,69,197). Sum of RGB (Red+Green+Blue) = 192+69+197=458 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.92% from 458); Green value is 69 (27.34% from 255 or 15.07% from 458); Blue value is 197 (77.34% from 255 or 43.01% from 458); Max value from RGB is 197 - color contains mainly: blue. Hex color #C045C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C045C5 is #3FBA3A. Grayscale: #777777. Windows color (decimal): -4176443 or 12928448. OLE color: 12928448.

HSL color Cylindrical-coordinate representation of color #C045C5: hue angle of 297.66º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C045C5 is Cyan = 0.03, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 192 69 197 -
CMYK 0.03 0.65 0 0.23
HSL 297.66º 0.52% 0.52% -
HSV(B) 297.66º 0.65% 0.77% -
XYZ 33.94 19.49 54.8 -
YUV 120.37 171.25 179.09 -
System Red Green Blue C M Y K H S L
Decimal 192 69 197 0.03 0.65 0 0.23 297.66 0.52 0.52
Hex C0 45 C5 3 41 0 17 12A 34 34
Octal 300 105 305 3 101 0 27 452 64 64
Binary 11000000 1000101 11000101 11 1000001 0 10111 100101010 110100 110100

Color Harmonies of #C045C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C045C5

Black with #C045C5

Text Example


Text Example

White with #C045C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C045C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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