Html Css Color HEX #C25ABD Fuchsia

📋 copy color: '#C25ABD'

red 194 ◦ green 90 ◦ blue 189

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

Shades of Fuchsia #C25ABD

Tints of Fuchsia #C25ABD

RGB

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

 GREEN value IS 90 (35.55% from 255) = 19.03%

 BLUE value IS 189 (74.22% from 255) = 39.96%

R = 41.01%
G = 19.03%
B = 39.96%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.03

 K value IS 0.24

RGB Variations

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

Color information

#C25ABD (or 0xC25ABD) is known color: Fuchsia. HEX triplet: C2, 5A and BD. RGB value is (194,90,189). Sum of RGB (Red+Green+Blue) = 194+90+189=473 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.01% from 473); Green value is 90 (35.55% from 255 or 19.03% from 473); Blue value is 189 (74.22% from 255 or 39.96% from 473); Max value from RGB is 194 - color contains mainly: red. Hex color #C25ABD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C25ABD is #3DA542. Grayscale: #848484. Windows color (decimal): -4040003 or 12409538. OLE color: 12409538.

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

Color convert

RGB 194 90 189 -
CMYK 0 0.54 0.03 0.24
HSL 302.88º 0.46% 0.56% -
HSV(B) 302.88º 0.54% 0.76% -
XYZ 35.09 22.46 50.63 -
YUV 132.38 159.96 171.95 -
System Red Green Blue C M Y K H S L
Decimal 194 90 189 0 0.54 0.03 0.24 302.88 0.46 0.56
Hex C2 5A BD 0 36 3 18 12F 2E 38
Octal 302 132 275 0 66 3 30 457 56 70
Binary 11000010 1011010 10111101 0 110110 11 11000 100101111 101110 111000

Color Harmonies of #C25ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25ABD

Black with #C25ABD

Text Example


Text Example

White with #C25ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25ABD; }

 p { color: rgb(194,90,189); }

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

background-color css

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

 a { background-color: rgb(194,90,189); }

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

border-color css

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

 span { border-color: rgb(194,90,189); }

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