Html Css Color HEX #C45ECC Fuchsia

📋 copy color: '#C45ECC'

red 196 ◦ green 94 ◦ blue 204

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

Shades of Fuchsia #C45ECC

Tints of Fuchsia #C45ECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 41.3%

R = 39.68%
G = 19.03%
B = 41.3%

CMYK

 C value IS 0.04

 M value IS 0.54

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C45ECC (or 0xC45ECC) is known color: Fuchsia. HEX triplet: C4, 5E and CC. RGB value is (196,94,204). Sum of RGB (Red+Green+Blue) = 196+94+204=494 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.68% from 494); Green value is 94 (37.11% from 255 or 19.03% from 494); Blue value is 204 (80.08% from 255 or 41.30% from 494); Max value from RGB is 204 - color contains mainly: blue. Hex color #C45ECC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C45ECC is #3BA133. Grayscale: #888888. Windows color (decimal): -3907892 or 13393604. OLE color: 13393604.

HSL color Cylindrical-coordinate representation of color #C45ECC: hue angle of 295.64º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C45ECC is Cyan = 0.04, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 196 94 204 -
CMYK 0.04 0.54 0 0.2
HSL 295.64º 0.52% 0.58% -
HSV(B) 295.64º 0.54% 0.8% -
XYZ 37.67 24.1 59.79 -
YUV 137.04 165.79 170.06 -
System Red Green Blue C M Y K H S L
Decimal 196 94 204 0.04 0.54 0 0.2 295.64 0.52 0.58
Hex C4 5E CC 4 36 0 14 128 34 3A
Octal 304 136 314 4 66 0 24 450 64 72
Binary 11000100 1011110 11001100 100 110110 0 10100 100101000 110100 111010

Color Harmonies of #C45ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45ECC

Black with #C45ECC

Text Example


Text Example

White with #C45ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45ECC; }

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

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

background-color css

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

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

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

border-color css

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

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

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