Html Css Color HEX #C95ACB Fuchsia

📋 copy color: '#C95ACB'

red 201 ◦ green 90 ◦ blue 203

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

Shades of Fuchsia #C95ACB

Tints of Fuchsia #C95ACB

RGB

 RED value IS 201 (78.91% from 255) = 40.69%

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

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

R = 40.69%
G = 18.22%
B = 41.09%

CMYK

 C value IS 0.01

 M value IS 0.56

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C95ACB (or 0xC95ACB) is known color: Fuchsia. HEX triplet: C9, 5A and CB. RGB value is (201,90,203). Sum of RGB (Red+Green+Blue) = 201+90+203=494 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.69% from 494); Green value is 90 (35.55% from 255 or 18.22% from 494); Blue value is 203 (79.69% from 255 or 41.09% from 494); Max value from RGB is 203 - color contains mainly: blue. Hex color #C95ACB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C95ACB is #36A534. Grayscale: #878787. Windows color (decimal): -3581237 or 13327049. OLE color: 13327049.

HSL color Cylindrical-coordinate representation of color #C95ACB: hue angle of 298.94º 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 #C95ACB is Cyan = 0.01, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 201 90 203 -
CMYK 0.01 0.56 0 0.20
HSL 298.94º 0.52% 0.57% -
HSV(B) 298.94º 0.56% 0.8% -
XYZ 38.52 24.04 59.11 -
YUV 136.07 165.77 174.31 -
System Red Green Blue C M Y K H S L
Decimal 201 90 203 0.01 0.56 0 0.20 298.94 0.52 0.57
Hex C9 5A CB 1 38 0 14 12B 34 39
Octal 311 132 313 1 70 0 24 453 64 71
Binary 11001001 1011010 11001011 1 111000 0 10100 100101011 110100 111001

Color Harmonies of #C95ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95ACB

Black with #C95ACB

Text Example


Text Example

White with #C95ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95ACB; }

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

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

background-color css

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

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

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

border-color css

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

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

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