Html Css Color HEX #C95ABC Fuchsia

📋 copy color: '#C95ABC'

red 201 ◦ green 90 ◦ blue 188

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

Shades of Fuchsia #C95ABC

Tints of Fuchsia #C95ABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 39.25%

R = 41.96%
G = 18.79%
B = 39.25%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.06

 K value IS 0.21

RGB Variations

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

Color information

#C95ABC (or 0xC95ABC) is known color: Fuchsia. HEX triplet: C9, 5A and BC. RGB value is (201,90,188). Sum of RGB (Red+Green+Blue) = 201+90+188=479 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.96% from 479); Green value is 90 (35.55% from 255 or 18.79% from 479); Blue value is 188 (73.83% from 255 or 39.25% from 479); Max value from RGB is 201 - color contains mainly: red. Hex color #C95ABC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C95ABC is #36A543. Grayscale: #868686. Windows color (decimal): -3581252 or 12344009. OLE color: 12344009.

HSL color Cylindrical-coordinate representation of color #C95ABC: hue angle of 307.03º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C95ABC is Cyan = 0, Magento = 0.55, Yellow = 0.06 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 90 188 -
CMYK 0 0.55 0.06 0.21
HSL 307.03º 0.51% 0.57% -
HSV(B) 307.03º 0.55% 0.79% -
XYZ 36.82 23.36 50.15 -
YUV 134.36 158.27 175.53 -
System Red Green Blue C M Y K H S L
Decimal 201 90 188 0 0.55 0.06 0.21 307.03 0.51 0.57
Hex C9 5A BC 0 37 6 15 133 33 39
Octal 311 132 274 0 67 6 25 463 63 71
Binary 11001001 1011010 10111100 0 110111 110 10101 100110011 110011 111001

Color Harmonies of #C95ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95ABC

Black with #C95ABC

Text Example


Text Example

White with #C95ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95ABC; }

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

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

background-color css

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

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

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

border-color css

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

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

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