Html Css Color HEX #C25EB3 Fuchsia

📋 copy color: '#C25EB3'

red 194 ◦ green 94 ◦ blue 179

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

Shades of Fuchsia #C25EB3

Tints of Fuchsia #C25EB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 38.33%

R = 41.54%
G = 20.13%
B = 38.33%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.08

 K value IS 0.24

RGB Variations

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

Color information

#C25EB3 (or 0xC25EB3) is known color: Fuchsia. HEX triplet: C2, 5E and B3. RGB value is (194,94,179). Sum of RGB (Red+Green+Blue) = 194+94+179=467 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.54% from 467); Green value is 94 (37.11% from 255 or 20.13% from 467); Blue value is 179 (70.31% from 255 or 38.33% from 467); Max value from RGB is 194 - color contains mainly: red. Hex color #C25EB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C25EB3 is #3DA14C. Grayscale: #858585. Windows color (decimal): -4038989 or 11755202. OLE color: 11755202.

HSL color Cylindrical-coordinate representation of color #C25EB3: hue angle of 309º 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 #C25EB3 is Cyan = 0, Magento = 0.52, Yellow = 0.08 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 94 179 -
CMYK 0 0.52 0.08 0.24
HSL 309º 0.45% 0.56% -
HSV(B) 309º 0.52% 0.76% -
XYZ 34.39 22.73 45.22 -
YUV 133.59 153.63 171.09 -
System Red Green Blue C M Y K H S L
Decimal 194 94 179 0 0.52 0.08 0.24 309 0.45 0.56
Hex C2 5E B3 0 34 8 18 135 2D 38
Octal 302 136 263 0 64 10 30 465 55 70
Binary 11000010 1011110 10110011 0 110100 1000 11000 100110101 101101 111000

Color Harmonies of #C25EB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25EB3

Black with #C25EB3

Text Example


Text Example

White with #C25EB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25EB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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