Html Css Color HEX #C150C3 Fuchsia

📋 copy color: '#C150C3'

red 193 ◦ green 80 ◦ blue 195

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

Shades of Fuchsia #C150C3

Tints of Fuchsia #C150C3

RGB

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

 GREEN value IS 80 (31.64% from 255) = 17.09%

 BLUE value IS 195 (76.56% from 255) = 41.67%

R = 41.24%
G = 17.09%
B = 41.67%

CMYK

 C value IS 0.01

 M value IS 0.59

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#C150C3 (or 0xC150C3) is known color: Fuchsia. HEX triplet: C1, 50 and C3. RGB value is (193,80,195). Sum of RGB (Red+Green+Blue) = 193+80+195=468 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.24% from 468); Green value is 80 (31.64% from 255 or 17.09% from 468); Blue value is 195 (76.56% from 255 or 41.67% from 468); Max value from RGB is 195 - color contains mainly: blue. Hex color #C150C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C150C3 is #3EAF3C. Grayscale: #7E7E7E. Windows color (decimal): -4108093 or 12800193. OLE color: 12800193.

HSL color Cylindrical-coordinate representation of color #C150C3: hue angle of 298.96º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C150C3 is Cyan = 0.01, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 80 195 -
CMYK 0.01 0.59 0 0.24
HSL 298.96º 0.49% 0.54% -
HSV(B) 298.96º 0.59% 0.76% -
XYZ 34.71 21.01 53.86 -
YUV 126.9 166.44 175.15 -
System Red Green Blue C M Y K H S L
Decimal 193 80 195 0.01 0.59 0 0.24 298.96 0.49 0.54
Hex C1 50 C3 1 3B 0 18 12B 31 36
Octal 301 120 303 1 73 0 30 453 61 66
Binary 11000001 1010000 11000011 1 111011 0 11000 100101011 110001 110110

Color Harmonies of #C150C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C150C3

Black with #C150C3

Text Example


Text Example

White with #C150C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C150C3; }

 p { color: rgb(193,80,195); }

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

background-color css

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

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

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

border-color css

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

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

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