Html Css Color HEX #C25BAF Fuchsia

📋 copy color: '#C25BAF'

red 194 ◦ green 91 ◦ blue 175

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

Shades of Fuchsia #C25BAF

Tints of Fuchsia #C25BAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 38.04%

R = 42.17%
G = 19.78%
B = 38.04%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#C25BAF (or 0xC25BAF) is known color: Fuchsia. HEX triplet: C2, 5B and AF. RGB value is (194,91,175). Sum of RGB (Red+Green+Blue) = 194+91+175=460 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.17% from 460); Green value is 91 (35.94% from 255 or 19.78% from 460); Blue value is 175 (68.75% from 255 or 38.04% from 460); Max value from RGB is 194 - color contains mainly: red. Hex color #C25BAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25BAF is #3DA450. Grayscale: #838383. Windows color (decimal): -4039761 or 11492290. OLE color: 11492290.

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

Color convert

RGB 194 91 175 -
CMYK 0 0.53 0.10 0.24
HSL 311.07º 0.46% 0.56% -
HSV(B) 311.07º 0.53% 0.76% -
XYZ 33.73 22.05 43.04 -
YUV 131.37 152.62 172.67 -
System Red Green Blue C M Y K H S L
Decimal 194 91 175 0 0.53 0.10 0.24 311.07 0.46 0.56
Hex C2 5B AF 0 35 A 18 137 2E 38
Octal 302 133 257 0 65 12 30 467 56 70
Binary 11000010 1011011 10101111 0 110101 1010 11000 100110111 101110 111000

Color Harmonies of #C25BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25BAF

Black with #C25BAF

Text Example


Text Example

White with #C25BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25BAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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