Html Css Color HEX #C55DBA Fuchsia

📋 copy color: '#C55DBA'

red 197 ◦ green 93 ◦ blue 186

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

Shades of Fuchsia #C55DBA

Tints of Fuchsia #C55DBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 39.08%

R = 41.39%
G = 19.54%
B = 39.08%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.06

 K value IS 0.23

RGB Variations

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

Color information

#C55DBA (or 0xC55DBA) is known color: Fuchsia. HEX triplet: C5, 5D and BA. RGB value is (197,93,186). Sum of RGB (Red+Green+Blue) = 197+93+186=476 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.39% from 476); Green value is 93 (36.72% from 255 or 19.54% from 476); Blue value is 186 (73.05% from 255 or 39.08% from 476); Max value from RGB is 197 - color contains mainly: red. Hex color #C55DBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C55DBA is #3AA245. Grayscale: #868686. Windows color (decimal): -3842630 or 12213701. OLE color: 12213701.

HSL color Cylindrical-coordinate representation of color #C55DBA: hue angle of 306.35º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C55DBA is Cyan = 0, Magento = 0.53, Yellow = 0.06 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 93 186 -
CMYK 0 0.53 0.06 0.23
HSL 306.35º 0.47% 0.57% -
HSV(B) 306.35º 0.53% 0.77% -
XYZ 35.8 23.24 49.05 -
YUV 134.7 156.96 172.44 -
System Red Green Blue C M Y K H S L
Decimal 197 93 186 0 0.53 0.06 0.23 306.35 0.47 0.57
Hex C5 5D BA 0 35 6 17 132 2F 39
Octal 305 135 272 0 65 6 27 462 57 71
Binary 11000101 1011101 10111010 0 110101 110 10111 100110010 101111 111001

Color Harmonies of #C55DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55DBA

Black with #C55DBA

Text Example


Text Example

White with #C55DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55DBA; }

 p { color: rgb(197,93,186); }

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

background-color css

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

 a { background-color: rgb(197,93,186); }

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

border-color css

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

 span { border-color: rgb(197,93,186); }

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