Html Css Color HEX #C45EC6 Fuchsia

📋 copy color: '#C45EC6'

red 196 ◦ green 94 ◦ blue 198

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

Shades of Fuchsia #C45EC6

Tints of Fuchsia #C45EC6

RGB

 RED value IS 196 (76.95% from 255) = 40.16%

 GREEN value IS 94 (37.11% from 255) = 19.26%

 BLUE value IS 198 (77.73% from 255) = 40.57%

R = 40.16%
G = 19.26%
B = 40.57%

CMYK

 C value IS 0.01

 M value IS 0.53

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#C45EC6 (or 0xC45EC6) is known color: Fuchsia. HEX triplet: C4, 5E and C6. RGB value is (196,94,198). Sum of RGB (Red+Green+Blue) = 196+94+198=488 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.16% from 488); Green value is 94 (37.11% from 255 or 19.26% from 488); Blue value is 198 (77.73% from 255 or 40.57% from 488); Max value from RGB is 198 - color contains mainly: blue. Hex color #C45EC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C45EC6 is #3BA139. Grayscale: #888888. Windows color (decimal): -3907898 or 13000388. OLE color: 13000388.

HSL color Cylindrical-coordinate representation of color #C45EC6: hue angle of 298.85º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C45EC6 is Cyan = 0.01, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 196 94 198 -
CMYK 0.01 0.53 0 0.22
HSL 298.85º 0.48% 0.57% -
HSV(B) 298.85º 0.53% 0.78% -
XYZ 36.96 23.82 56.08 -
YUV 136.35 162.79 170.54 -
System Red Green Blue C M Y K H S L
Decimal 196 94 198 0.01 0.53 0 0.22 298.85 0.48 0.57
Hex C4 5E C6 1 35 0 16 12B 30 39
Octal 304 136 306 1 65 0 26 453 60 71
Binary 11000100 1011110 11000110 1 110101 0 10110 100101011 110000 111001

Color Harmonies of #C45EC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45EC6

Black with #C45EC6

Text Example


Text Example

White with #C45EC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45EC6; }

 p { color: rgb(196,94,198); }

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

background-color css

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

 a { background-color: rgb(196,94,198); }

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

border-color css

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

 span { border-color: rgb(196,94,198); }

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