Html Css Color HEX #C25EBA Fuchsia

📋 copy color: '#C25EBA'

red 194 ◦ green 94 ◦ blue 186

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

Shades of Fuchsia #C25EBA

Tints of Fuchsia #C25EBA

RGB

 RED value IS 194 (76.17% from 255) = 40.93%

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

 BLUE value IS 186 (73.05% from 255) = 39.24%

R = 40.93%
G = 19.83%
B = 39.24%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#C25EBA (or 0xC25EBA) is known color: Fuchsia. HEX triplet: C2, 5E and BA. RGB value is (194,94,186). Sum of RGB (Red+Green+Blue) = 194+94+186=474 (62% of max value = 765). Red value is 194 (76.17% from 255 or 40.93% from 474); Green value is 94 (37.11% from 255 or 19.83% from 474); Blue value is 186 (73.05% from 255 or 39.24% from 474); Max value from RGB is 194 - color contains mainly: red. Hex color #C25EBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C25EBA is #3DA145. Grayscale: #868686. Windows color (decimal): -4038982 or 12213954. OLE color: 12213954.

HSL color Cylindrical-coordinate representation of color #C25EBA: hue angle of 304.8º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C25EBA is Cyan = 0, Magento = 0.52, Yellow = 0.04 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 94 186 -
CMYK 0 0.52 0.04 0.24
HSL 304.8º 0.45% 0.56% -
HSV(B) 304.8º 0.52% 0.76% -
XYZ 35.11 23.02 49.05 -
YUV 134.39 157.13 170.52 -
System Red Green Blue C M Y K H S L
Decimal 194 94 186 0 0.52 0.04 0.24 304.8 0.45 0.56
Hex C2 5E BA 0 34 4 18 131 2D 38
Octal 302 136 272 0 64 4 30 461 55 70
Binary 11000010 1011110 10111010 0 110100 100 11000 100110001 101101 111000

Color Harmonies of #C25EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25EBA

Black with #C25EBA

Text Example


Text Example

White with #C25EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25EBA; }

 p { color: rgb(194,94,186); }

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

background-color css

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

 a { background-color: rgb(194,94,186); }

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

border-color css

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

 span { border-color: rgb(194,94,186); }

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