Html Css Color HEX #C15FAB Fuchsia

📋 copy color: '#C15FAB'

red 193 ◦ green 95 ◦ blue 171

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

Shades of Fuchsia #C15FAB

Tints of Fuchsia #C15FAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 37.25%

R = 42.05%
G = 20.7%
B = 37.25%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.11

 K value IS 0.24

RGB Variations

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

Color information

#C15FAB (or 0xC15FAB) is known color: Fuchsia. HEX triplet: C1, 5F and AB. RGB value is (193,95,171). Sum of RGB (Red+Green+Blue) = 193+95+171=459 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.05% from 459); Green value is 95 (37.5% from 255 or 20.70% from 459); Blue value is 171 (67.19% from 255 or 37.25% from 459); Max value from RGB is 193 - color contains mainly: red. Hex color #C15FAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C15FAB is #3EA054. Grayscale: #848484. Windows color (decimal): -4104277 or 11231169. OLE color: 11231169.

HSL color Cylindrical-coordinate representation of color #C15FAB: hue angle of 313.47º 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 #C15FAB is Cyan = 0, Magento = 0.51, Yellow = 0.11 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 95 171 -
CMYK 0 0.51 0.11 0.24
HSL 313.47º 0.44% 0.56% -
HSV(B) 313.47º 0.51% 0.76% -
XYZ 33.44 22.46 41.1 -
YUV 132.97 149.47 170.82 -
System Red Green Blue C M Y K H S L
Decimal 193 95 171 0 0.51 0.11 0.24 313.47 0.44 0.56
Hex C1 5F AB 0 33 B 18 139 2C 38
Octal 301 137 253 0 63 13 30 471 54 70
Binary 11000001 1011111 10101011 0 110011 1011 11000 100111001 101100 111000

Color Harmonies of #C15FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15FAB

Black with #C15FAB

Text Example


Text Example

White with #C15FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15FAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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