Html Css Color HEX #C55DBB Fuchsia

📋 copy color: '#C55DBB'

red 197 ◦ green 93 ◦ blue 187

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

Shades of Fuchsia #C55DBB

Tints of Fuchsia #C55DBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 39.2%

R = 41.3%
G = 19.5%
B = 39.2%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.05

 K value IS 0.23

RGB Variations

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

Color information

#C55DBB (or 0xC55DBB) is known color: Fuchsia. HEX triplet: C5, 5D and BB. RGB value is (197,93,187). Sum of RGB (Red+Green+Blue) = 197+93+187=477 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.30% from 477); Green value is 93 (36.72% from 255 or 19.50% from 477); Blue value is 187 (73.44% from 255 or 39.20% from 477); Max value from RGB is 197 - color contains mainly: red. Hex color #C55DBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C55DBB is #3AA244. Grayscale: #868686. Windows color (decimal): -3842629 or 12279237. OLE color: 12279237.

HSL color Cylindrical-coordinate representation of color #C55DBB: hue angle of 305.77º 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 #C55DBB is Cyan = 0, Magento = 0.53, Yellow = 0.05 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 93 187 -
CMYK 0 0.53 0.05 0.23
HSL 305.77º 0.47% 0.57% -
HSV(B) 305.77º 0.53% 0.77% -
XYZ 35.91 23.29 49.62 -
YUV 134.81 157.46 172.36 -
System Red Green Blue C M Y K H S L
Decimal 197 93 187 0 0.53 0.05 0.23 305.77 0.47 0.57
Hex C5 5D BB 0 35 5 17 132 2F 39
Octal 305 135 273 0 65 5 27 462 57 71
Binary 11000101 1011101 10111011 0 110101 101 10111 100110010 101111 111001

Color Harmonies of #C55DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55DBB

Black with #C55DBB

Text Example


Text Example

White with #C55DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55DBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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