Html Css Color HEX #C555C4 Fuchsia

📋 copy color: '#C555C4'

red 197 ◦ green 85 ◦ blue 196

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

Shades of Fuchsia #C555C4

Tints of Fuchsia #C555C4

RGB

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

 GREEN value IS 85 (33.59% from 255) = 17.78%

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

R = 41.21%
G = 17.78%
B = 41%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.01

 K value IS 0.23

RGB Variations

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

Color information

#C555C4 (or 0xC555C4) is known color: Fuchsia. HEX triplet: C5, 55 and C4. RGB value is (197,85,196). Sum of RGB (Red+Green+Blue) = 197+85+196=478 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.21% from 478); Green value is 85 (33.59% from 255 or 17.78% from 478); Blue value is 196 (76.95% from 255 or 41.00% from 478); Max value from RGB is 197 - color contains mainly: red. Hex color #C555C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C555C4 is #3AAA3B. Grayscale: #828282. Windows color (decimal): -3844668 or 12867013. OLE color: 12867013.

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

Color convert

RGB 197 85 196 -
CMYK 0 0.57 0.01 0.23
HSL 300.54º 0.49% 0.55% -
HSV(B) 300.54º 0.57% 0.77% -
XYZ 36.24 22.35 54.63 -
YUV 131.14 164.61 174.97 -
System Red Green Blue C M Y K H S L
Decimal 197 85 196 0 0.57 0.01 0.23 300.54 0.49 0.55
Hex C5 55 C4 0 39 1 17 12D 31 37
Octal 305 125 304 0 71 1 27 455 61 67
Binary 11000101 1010101 11000100 0 111001 1 10111 100101101 110001 110111

Color Harmonies of #C555C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C555C4

Black with #C555C4

Text Example


Text Example

White with #C555C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C555C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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