Html Css Color HEX #C15FCB Fuchsia

📋 copy color: '#C15FCB'

red 193 ◦ green 95 ◦ blue 203

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

Shades of Fuchsia #C15FCB

Tints of Fuchsia #C15FCB

RGB

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

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

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

R = 39.31%
G = 19.35%
B = 41.34%

CMYK

 C value IS 0.05

 M value IS 0.53

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C15FCB (or 0xC15FCB) is known color: Fuchsia. HEX triplet: C1, 5F and CB. RGB value is (193,95,203). Sum of RGB (Red+Green+Blue) = 193+95+203=491 (65% of max value = 765). Red value is 193 (75.78% from 255 or 39.31% from 491); Green value is 95 (37.5% from 255 or 19.35% from 491); Blue value is 203 (79.69% from 255 or 41.34% from 491); Max value from RGB is 203 - color contains mainly: blue. Hex color #C15FCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C15FCB is #3EA034. Grayscale: #888888. Windows color (decimal): -4104245 or 13328321. OLE color: 13328321.

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

Color convert

RGB 193 95 203 -
CMYK 0.05 0.53 0 0.20
HSL 294.44º 0.51% 0.58% -
HSV(B) 294.44º 0.53% 0.8% -
XYZ 36.86 23.83 59.16 -
YUV 136.61 165.47 168.22 -
System Red Green Blue C M Y K H S L
Decimal 193 95 203 0.05 0.53 0 0.20 294.44 0.51 0.58
Hex C1 5F CB 5 35 0 14 126 33 3A
Octal 301 137 313 5 65 0 24 446 63 72
Binary 11000001 1011111 11001011 101 110101 0 10100 100100110 110011 111010

Color Harmonies of #C15FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15FCB

Black with #C15FCB

Text Example


Text Example

White with #C15FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15FCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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