Html Css Color HEX #C25CBA Fuchsia

📋 copy color: '#C25CBA'

red 194 ◦ green 92 ◦ blue 186

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

Shades of Fuchsia #C25CBA

Tints of Fuchsia #C25CBA

RGB

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

 GREEN value IS 92 (36.33% from 255) = 19.49%

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

R = 41.1%
G = 19.49%
B = 39.41%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#C25CBA (or 0xC25CBA) is known color: Fuchsia. HEX triplet: C2, 5C and BA. RGB value is (194,92,186). Sum of RGB (Red+Green+Blue) = 194+92+186=472 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.10% from 472); Green value is 92 (36.33% from 255 or 19.49% from 472); Blue value is 186 (73.05% from 255 or 39.41% from 472); Max value from RGB is 194 - color contains mainly: red. Hex color #C25CBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C25CBA is #3DA345. Grayscale: #848484. Windows color (decimal): -4039494 or 12213442. OLE color: 12213442.

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

Color convert

RGB 194 92 186 -
CMYK 0 0.53 0.04 0.24
HSL 304.71º 0.46% 0.56% -
HSV(B) 304.71º 0.53% 0.76% -
XYZ 34.94 22.67 48.99 -
YUV 133.21 157.79 171.36 -
System Red Green Blue C M Y K H S L
Decimal 194 92 186 0 0.53 0.04 0.24 304.71 0.46 0.56
Hex C2 5C BA 0 35 4 18 131 2E 38
Octal 302 134 272 0 65 4 30 461 56 70
Binary 11000010 1011100 10111010 0 110101 100 11000 100110001 101110 111000

Color Harmonies of #C25CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25CBA

Black with #C25CBA

Text Example


Text Example

White with #C25CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25CBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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