Html Css Color HEX #C45EBE Fuchsia

📋 copy color: '#C45EBE'

red 196 ◦ green 94 ◦ blue 190

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

Shades of Fuchsia #C45EBE

Tints of Fuchsia #C45EBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 39.58%

R = 40.83%
G = 19.58%
B = 39.58%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.03

 K value IS 0.23

RGB Variations

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

Color information

#C45EBE (or 0xC45EBE) is known color: Fuchsia. HEX triplet: C4, 5E and BE. RGB value is (196,94,190). Sum of RGB (Red+Green+Blue) = 196+94+190=480 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.83% from 480); Green value is 94 (37.11% from 255 or 19.58% from 480); Blue value is 190 (74.61% from 255 or 39.58% from 480); Max value from RGB is 196 - color contains mainly: red. Hex color #C45EBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C45EBE is #3BA141. Grayscale: #878787. Windows color (decimal): -3907906 or 12476100. OLE color: 12476100.

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

Color convert

RGB 196 94 190 -
CMYK 0 0.52 0.03 0.23
HSL 303.53º 0.46% 0.57% -
HSV(B) 303.53º 0.52% 0.77% -
XYZ 36.06 23.46 51.34 -
YUV 135.44 158.79 171.19 -
System Red Green Blue C M Y K H S L
Decimal 196 94 190 0 0.52 0.03 0.23 303.53 0.46 0.57
Hex C4 5E BE 0 34 3 17 130 2E 39
Octal 304 136 276 0 64 3 27 460 56 71
Binary 11000100 1011110 10111110 0 110100 11 10111 100110000 101110 111001

Color Harmonies of #C45EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45EBE

Black with #C45EBE

Text Example


Text Example

White with #C45EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45EBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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