Html Css Color HEX #C25BAA Fuchsia

📋 copy color: '#C25BAA'

red 194 ◦ green 91 ◦ blue 170

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

Shades of Fuchsia #C25BAA

Tints of Fuchsia #C25BAA

RGB

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

 GREEN value IS 91 (35.94% from 255) = 20%

 BLUE value IS 170 (66.8% from 255) = 37.36%

R = 42.64%
G = 20%
B = 37.36%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#C25BAA (or 0xC25BAA) is known color: Fuchsia. HEX triplet: C2, 5B and AA. RGB value is (194,91,170). Sum of RGB (Red+Green+Blue) = 194+91+170=455 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.64% from 455); Green value is 91 (35.94% from 255 or 20% from 455); Blue value is 170 (66.80% from 255 or 37.36% from 455); Max value from RGB is 194 - color contains mainly: red. Hex color #C25BAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25BAA is #3DA455. Grayscale: #828282. Windows color (decimal): -4039766 or 11164610. OLE color: 11164610.

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

Color convert

RGB 194 91 170 -
CMYK 0 0.53 0.12 0.24
HSL 313.98º 0.46% 0.56% -
HSV(B) 313.98º 0.53% 0.76% -
XYZ 33.24 21.85 40.5 -
YUV 130.8 150.12 173.08 -
System Red Green Blue C M Y K H S L
Decimal 194 91 170 0 0.53 0.12 0.24 313.98 0.46 0.56
Hex C2 5B AA 0 35 C 18 13A 2E 38
Octal 302 133 252 0 65 14 30 472 56 70
Binary 11000010 1011011 10101010 0 110101 1100 11000 100111010 101110 111000

Color Harmonies of #C25BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25BAA

Black with #C25BAA

Text Example


Text Example

White with #C25BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25BAA; }

 p { color: rgb(194,91,170); }

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

background-color css

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

 a { background-color: rgb(194,91,170); }

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

border-color css

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

 span { border-color: rgb(194,91,170); }

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