Html Css Color HEX #C25DAB Fuchsia

📋 copy color: '#C25DAB'

red 194 ◦ green 93 ◦ blue 171

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

Shades of Fuchsia #C25DAB

Tints of Fuchsia #C25DAB

RGB

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

 GREEN value IS 93 (36.72% from 255) = 20.31%

 BLUE value IS 171 (67.19% from 255) = 37.34%

R = 42.36%
G = 20.31%
B = 37.34%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#C25DAB (or 0xC25DAB) is known color: Fuchsia. HEX triplet: C2, 5D and AB. RGB value is (194,93,171). Sum of RGB (Red+Green+Blue) = 194+93+171=458 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.36% from 458); Green value is 93 (36.72% from 255 or 20.31% from 458); Blue value is 171 (67.19% from 255 or 37.34% from 458); Max value from RGB is 194 - color contains mainly: red. Hex color #C25DAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25DAB is #3DA254. Grayscale: #838383. Windows color (decimal): -4039253 or 11230658. OLE color: 11230658.

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

Color convert

RGB 194 93 171 -
CMYK 0 0.52 0.12 0.24
HSL 313.66º 0.45% 0.56% -
HSV(B) 313.66º 0.52% 0.76% -
XYZ 33.51 22.24 41.05 -
YUV 132.09 149.96 172.16 -
System Red Green Blue C M Y K H S L
Decimal 194 93 171 0 0.52 0.12 0.24 313.66 0.45 0.56
Hex C2 5D AB 0 34 C 18 13A 2D 38
Octal 302 135 253 0 64 14 30 472 55 70
Binary 11000010 1011101 10101011 0 110100 1100 11000 100111010 101101 111000

Color Harmonies of #C25DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25DAB

Black with #C25DAB

Text Example


Text Example

White with #C25DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25DAB; }

 p { color: rgb(194,93,171); }

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

background-color css

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

 a { background-color: rgb(194,93,171); }

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

border-color css

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

 span { border-color: rgb(194,93,171); }

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