Html Css Color HEX #C15ACB Fuchsia

📋 copy color: '#C15ACB'

red 193 ◦ green 90 ◦ blue 203

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

Shades of Fuchsia #C15ACB

Tints of Fuchsia #C15ACB

RGB

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

 GREEN value IS 90 (35.55% from 255) = 18.52%

 BLUE value IS 203 (79.69% from 255) = 41.77%

R = 39.71%
G = 18.52%
B = 41.77%

CMYK

 C value IS 0.05

 M value IS 0.56

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C15ACB (or 0xC15ACB) is known color: Fuchsia. HEX triplet: C1, 5A and CB. RGB value is (193,90,203). Sum of RGB (Red+Green+Blue) = 193+90+203=486 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.71% from 486); Green value is 90 (35.55% from 255 or 18.52% from 486); Blue value is 203 (79.69% from 255 or 41.77% from 486); Max value from RGB is 203 - color contains mainly: blue. Hex color #C15ACB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C15ACB is #3EA534. Grayscale: #858585. Windows color (decimal): -4105525 or 13327041. OLE color: 13327041.

HSL color Cylindrical-coordinate representation of color #C15ACB: hue angle of 294.69º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C15ACB is Cyan = 0.05, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 193 90 203 -
CMYK 0.05 0.56 0 0.20
HSL 294.69º 0.52% 0.57% -
HSV(B) 294.69º 0.56% 0.8% -
XYZ 36.43 22.96 59.01 -
YUV 133.68 167.12 170.31 -
System Red Green Blue C M Y K H S L
Decimal 193 90 203 0.05 0.56 0 0.20 294.69 0.52 0.57
Hex C1 5A CB 5 38 0 14 127 34 39
Octal 301 132 313 5 70 0 24 447 64 71
Binary 11000001 1011010 11001011 101 111000 0 10100 100100111 110100 111001

Color Harmonies of #C15ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15ACB

Black with #C15ACB

Text Example


Text Example

White with #C15ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15ACB; }

 p { color: rgb(193,90,203); }

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

background-color css

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

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

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

border-color css

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

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

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