Html Css Color HEX #C55DBE Fuchsia

📋 copy color: '#C55DBE'

red 197 ◦ green 93 ◦ blue 190

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

Shades of Fuchsia #C55DBE

Tints of Fuchsia #C55DBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 39.58%

R = 41.04%
G = 19.38%
B = 39.58%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.04

 K value IS 0.23

RGB Variations

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

Color information

#C55DBE (or 0xC55DBE) is known color: Fuchsia. HEX triplet: C5, 5D and BE. RGB value is (197,93,190). Sum of RGB (Red+Green+Blue) = 197+93+190=480 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.04% from 480); Green value is 93 (36.72% from 255 or 19.38% from 480); Blue value is 190 (74.61% from 255 or 39.58% from 480); Max value from RGB is 197 - color contains mainly: red. Hex color #C55DBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C55DBE is #3AA241. Grayscale: #868686. Windows color (decimal): -3842626 or 12475845. OLE color: 12475845.

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

Color convert

RGB 197 93 190 -
CMYK 0 0.53 0.04 0.23
HSL 304.04º 0.47% 0.57% -
HSV(B) 304.04º 0.53% 0.77% -
XYZ 36.23 23.42 51.33 -
YUV 135.15 158.96 172.11 -
System Red Green Blue C M Y K H S L
Decimal 197 93 190 0 0.53 0.04 0.23 304.04 0.47 0.57
Hex C5 5D BE 0 35 4 17 130 2F 39
Octal 305 135 276 0 65 4 27 460 57 71
Binary 11000101 1011101 10111110 0 110101 100 10111 100110000 101111 111001

Color Harmonies of #C55DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55DBE

Black with #C55DBE

Text Example


Text Example

White with #C55DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55DBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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