Html Css Color HEX #C15DCB Fuchsia

📋 copy color: '#C15DCB'

red 193 ◦ green 93 ◦ blue 203

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

Shades of Fuchsia #C15DCB

Tints of Fuchsia #C15DCB

RGB

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

 GREEN value IS 93 (36.72% from 255) = 19.02%

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

R = 39.47%
G = 19.02%
B = 41.51%

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

#C15DCB (or 0xC15DCB) is known color: Fuchsia. HEX triplet: C1, 5D and CB. RGB value is (193,93,203). Sum of RGB (Red+Green+Blue) = 193+93+203=489 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.47% from 489); Green value is 93 (36.72% from 255 or 19.02% from 489); Blue value is 203 (79.69% from 255 or 41.51% from 489); Max value from RGB is 203 - color contains mainly: blue. Hex color #C15DCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C15DCB is #3EA234. Grayscale: #878787. Windows color (decimal): -4104757 or 13327809. OLE color: 13327809.

HSL color Cylindrical-coordinate representation of color #C15DCB: hue angle of 294.55º 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 #C15DCB is Cyan = 0.05, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 193 93 203 -
CMYK 0.05 0.54 0 0.20
HSL 294.55º 0.51% 0.58% -
HSV(B) 294.55º 0.54% 0.8% -
XYZ 36.69 23.48 59.1 -
YUV 135.44 166.13 169.06 -
System Red Green Blue C M Y K H S L
Decimal 193 93 203 0.05 0.54 0 0.20 294.55 0.51 0.58
Hex C1 5D CB 5 36 0 14 127 33 3A
Octal 301 135 313 5 66 0 24 447 63 72
Binary 11000001 1011101 11001011 101 110110 0 10100 100100111 110011 111010

Color Harmonies of #C15DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15DCB

Black with #C15DCB

Text Example


Text Example

White with #C15DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15DCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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