Html Css Color HEX #C55ABC Fuchsia

📋 copy color: '#C55ABC'

red 197 ◦ green 90 ◦ blue 188

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

Shades of Fuchsia #C55ABC

Tints of Fuchsia #C55ABC

RGB

 RED value IS 197 (77.34% from 255) = 41.47%

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

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

R = 41.47%
G = 18.95%
B = 39.58%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.05

 K value IS 0.23

RGB Variations

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

Color information

#C55ABC (or 0xC55ABC) is known color: Fuchsia. HEX triplet: C5, 5A and BC. RGB value is (197,90,188). Sum of RGB (Red+Green+Blue) = 197+90+188=475 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.47% from 475); Green value is 90 (35.55% from 255 or 18.95% from 475); Blue value is 188 (73.83% from 255 or 39.58% from 475); Max value from RGB is 197 - color contains mainly: red. Hex color #C55ABC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C55ABC is #3AA543. Grayscale: #848484. Windows color (decimal): -3843396 or 12344005. OLE color: 12344005.

HSL color Cylindrical-coordinate representation of color #C55ABC: hue angle of 305.05º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C55ABC is Cyan = 0, Magento = 0.54, Yellow = 0.05 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 90 188 -
CMYK 0 0.54 0.05 0.23
HSL 305.05º 0.48% 0.56% -
HSV(B) 305.05º 0.54% 0.77% -
XYZ 35.76 22.81 50.1 -
YUV 133.17 158.95 173.53 -
System Red Green Blue C M Y K H S L
Decimal 197 90 188 0 0.54 0.05 0.23 305.05 0.48 0.56
Hex C5 5A BC 0 36 5 17 131 30 38
Octal 305 132 274 0 66 5 27 461 60 70
Binary 11000101 1011010 10111100 0 110110 101 10111 100110001 110000 111000

Color Harmonies of #C55ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55ABC

Black with #C55ABC

Text Example


Text Example

White with #C55ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55ABC; }

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

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

background-color css

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

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

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

border-color css

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

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

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