Html Css Color HEX #C155C1 Fuchsia

📋 copy color: '#C155C1'

red 193 ◦ green 85 ◦ blue 193

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

Shades of Fuchsia #C155C1

Tints of Fuchsia #C155C1

RGB

 RED value IS 193 (75.78% from 255) = 40.98%

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

 BLUE value IS 193 (75.78% from 255) = 40.98%

R = 40.98%
G = 18.05%
B = 40.98%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#C155C1 (or 0xC155C1) is known color: Fuchsia. HEX triplet: C1, 55 and C1. RGB value is (193,85,193). Sum of RGB (Red+Green+Blue) = 193+85+193=471 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.98% from 471); Green value is 85 (33.59% from 255 or 18.05% from 471); Blue value is 193 (75.78% from 255 or 40.98% from 471); Max value from RGB is 193 - color contains mainly: red, blue. Hex color #C155C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C155C1 is #3EAA3E. Grayscale: #818181. Windows color (decimal): -4106815 or 12670401. OLE color: 12670401.

HSL color Cylindrical-coordinate representation of color #C155C1: hue angle of 300º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C155C1 is Cyan = 0, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 85 193 -
CMYK 0 0.56 0 0.24
HSL 300º 0.47% 0.55% -
HSV(B) 300º 0.56% 0.76% -
XYZ 34.87 21.68 52.8 -
YUV 129.6 163.78 173.22 -
System Red Green Blue C M Y K H S L
Decimal 193 85 193 0 0.56 0 0.24 300 0.47 0.55
Hex C1 55 C1 0 38 0 18 12C 2F 37
Octal 301 125 301 0 70 0 30 454 57 67
Binary 11000001 1010101 11000001 0 111000 0 11000 100101100 101111 110111

Color Harmonies of #C155C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C155C1

Black with #C155C1

Text Example


Text Example

White with #C155C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C155C1; }

 p { color: rgb(193,85,193); }

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

background-color css

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

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

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

border-color css

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

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

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