Html Css Color HEX #C15FBE Fuchsia

📋 copy color: '#C15FBE'

red 193 ◦ green 95 ◦ blue 190

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

Shades of Fuchsia #C15FBE

Tints of Fuchsia #C15FBE

RGB

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

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

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

R = 40.38%
G = 19.87%
B = 39.75%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.02

 K value IS 0.24

RGB Variations

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

Color information

#C15FBE (or 0xC15FBE) is known color: Fuchsia. HEX triplet: C1, 5F and BE. RGB value is (193,95,190). Sum of RGB (Red+Green+Blue) = 193+95+190=478 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.38% from 478); Green value is 95 (37.5% from 255 or 19.87% from 478); Blue value is 190 (74.61% from 255 or 39.75% from 478); Max value from RGB is 193 - color contains mainly: red. Hex color #C15FBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C15FBE is #3EA041. Grayscale: #868686. Windows color (decimal): -4104258 or 12476353. OLE color: 12476353.

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

Color convert

RGB 193 95 190 -
CMYK 0 0.51 0.02 0.24
HSL 301.84º 0.44% 0.56% -
HSV(B) 301.84º 0.51% 0.76% -
XYZ 35.38 23.24 51.34 -
YUV 135.13 158.97 169.28 -
System Red Green Blue C M Y K H S L
Decimal 193 95 190 0 0.51 0.02 0.24 301.84 0.44 0.56
Hex C1 5F BE 0 33 2 18 12E 2C 38
Octal 301 137 276 0 63 2 30 456 54 70
Binary 11000001 1011111 10111110 0 110011 10 11000 100101110 101100 111000

Color Harmonies of #C15FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15FBE

Black with #C15FBE

Text Example


Text Example

White with #C15FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15FBE; }

 p { color: rgb(193,95,190); }

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

background-color css

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

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

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

border-color css

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

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

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