Html Css Color HEX #C55FC4 Fuchsia

📋 copy color: '#C55FC4'

red 197 ◦ green 95 ◦ blue 196

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

Shades of Fuchsia #C55FC4

Tints of Fuchsia #C55FC4

RGB

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

 GREEN value IS 95 (37.5% from 255) = 19.47%

 BLUE value IS 196 (76.95% from 255) = 40.16%

R = 40.37%
G = 19.47%
B = 40.16%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.01

 K value IS 0.23

RGB Variations

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

Color information

#C55FC4 (or 0xC55FC4) is known color: Fuchsia. HEX triplet: C5, 5F and C4. RGB value is (197,95,196). Sum of RGB (Red+Green+Blue) = 197+95+196=488 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.37% from 488); Green value is 95 (37.5% from 255 or 19.47% from 488); Blue value is 196 (76.95% from 255 or 40.16% from 488); Max value from RGB is 197 - color contains mainly: red. Hex color #C55FC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C55FC4 is #3AA03B. Grayscale: #888888. Windows color (decimal): -3842108 or 12869573. OLE color: 12869573.

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

Color convert

RGB 197 95 196 -
CMYK 0 0.52 0.01 0.23
HSL 300.59º 0.47% 0.57% -
HSV(B) 300.59º 0.52% 0.77% -
XYZ 37.08 24.04 54.91 -
YUV 137.01 161.29 170.79 -
System Red Green Blue C M Y K H S L
Decimal 197 95 196 0 0.52 0.01 0.23 300.59 0.47 0.57
Hex C5 5F C4 0 34 1 17 12D 2F 39
Octal 305 137 304 0 64 1 27 455 57 71
Binary 11000101 1011111 11000100 0 110100 1 10111 100101101 101111 111001

Color Harmonies of #C55FC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55FC4

Black with #C55FC4

Text Example


Text Example

White with #C55FC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55FC4; }

 p { color: rgb(197,95,196); }

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

background-color css

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

 a { background-color: rgb(197,95,196); }

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

border-color css

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

 span { border-color: rgb(197,95,196); }

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