Html Css Color HEX #C15ECB Fuchsia

📋 copy color: '#C15ECB'

red 193 ◦ green 94 ◦ blue 203

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

Shades of Fuchsia #C15ECB

Tints of Fuchsia #C15ECB

RGB

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

 GREEN value IS 94 (37.11% from 255) = 19.18%

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

R = 39.39%
G = 19.18%
B = 41.43%

CMYK

 C value IS 0.05

 M value IS 0.54

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C15ECB (or 0xC15ECB) is known color: Fuchsia. HEX triplet: C1, 5E and CB. RGB value is (193,94,203). Sum of RGB (Red+Green+Blue) = 193+94+203=490 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.39% from 490); Green value is 94 (37.11% from 255 or 19.18% from 490); Blue value is 203 (79.69% from 255 or 41.43% from 490); Max value from RGB is 203 - color contains mainly: blue. Hex color #C15ECB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C15ECB is #3EA134. Grayscale: #878787. Windows color (decimal): -4104501 or 13328065. OLE color: 13328065.

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

Color convert

RGB 193 94 203 -
CMYK 0.05 0.54 0 0.20
HSL 294.5º 0.51% 0.58% -
HSV(B) 294.5º 0.54% 0.8% -
XYZ 36.77 23.65 59.13 -
YUV 136.03 165.8 168.64 -
System Red Green Blue C M Y K H S L
Decimal 193 94 203 0.05 0.54 0 0.20 294.5 0.51 0.58
Hex C1 5E CB 5 36 0 14 126 33 3A
Octal 301 136 313 5 66 0 24 446 63 72
Binary 11000001 1011110 11001011 101 110110 0 10100 100100110 110011 111010

Color Harmonies of #C15ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15ECB

Black with #C15ECB

Text Example


Text Example

White with #C15ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15ECB; }

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

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

background-color css

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

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

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

border-color css

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

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

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