Html Css Color HEX #C25ACB Fuchsia

📋 copy color: '#C25ACB'

red 194 ◦ green 90 ◦ blue 203

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

Shades of Fuchsia #C25ACB

Tints of Fuchsia #C25ACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 41.68%

R = 39.84%
G = 18.48%
B = 41.68%

CMYK

 C value IS 0.04

 M value IS 0.56

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C25ACB (or 0xC25ACB) is known color: Fuchsia. HEX triplet: C2, 5A and CB. RGB value is (194,90,203). Sum of RGB (Red+Green+Blue) = 194+90+203=487 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.84% from 487); Green value is 90 (35.55% from 255 or 18.48% from 487); Blue value is 203 (79.69% from 255 or 41.68% from 487); Max value from RGB is 203 - color contains mainly: blue. Hex color #C25ACB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C25ACB is #3DA534. Grayscale: #858585. Windows color (decimal): -4039989 or 13327042. OLE color: 13327042.

HSL color Cylindrical-coordinate representation of color #C25ACB: hue angle of 295.22º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C25ACB is Cyan = 0.04, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 194 90 203 -
CMYK 0.04 0.56 0 0.20
HSL 295.22º 0.52% 0.57% -
HSV(B) 295.22º 0.56% 0.8% -
XYZ 36.68 23.09 59.02 -
YUV 133.98 166.96 170.81 -
System Red Green Blue C M Y K H S L
Decimal 194 90 203 0.04 0.56 0 0.20 295.22 0.52 0.57
Hex C2 5A CB 4 38 0 14 127 34 39
Octal 302 132 313 4 70 0 24 447 64 71
Binary 11000010 1011010 11001011 100 111000 0 10100 100100111 110100 111001

Color Harmonies of #C25ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25ACB

Black with #C25ACB

Text Example


Text Example

White with #C25ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25ACB; }

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

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

background-color css

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

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

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

border-color css

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

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

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