Html Css Color HEX #C154CB Fuchsia

📋 copy color: '#C154CB'

red 193 ◦ green 84 ◦ blue 203

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

Shades of Fuchsia #C154CB

Tints of Fuchsia #C154CB

RGB

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

 GREEN value IS 84 (33.2% from 255) = 17.5%

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

R = 40.21%
G = 17.5%
B = 42.29%

CMYK

 C value IS 0.05

 M value IS 0.59

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C154CB (or 0xC154CB) is known color: Fuchsia. HEX triplet: C1, 54 and CB. RGB value is (193,84,203). Sum of RGB (Red+Green+Blue) = 193+84+203=480 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.21% from 480); Green value is 84 (33.20% from 255 or 17.5% from 480); Blue value is 203 (79.69% from 255 or 42.29% from 480); Max value from RGB is 203 - color contains mainly: blue. Hex color #C154CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C154CB is #3EAB34. Grayscale: #818181. Windows color (decimal): -4107061 or 13325505. OLE color: 13325505.

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

Color convert

RGB 193 84 203 -
CMYK 0.05 0.59 0 0.20
HSL 294.96º 0.53% 0.56% -
HSV(B) 294.96º 0.59% 0.8% -
XYZ 35.94 21.99 58.85 -
YUV 130.16 169.11 172.82 -
System Red Green Blue C M Y K H S L
Decimal 193 84 203 0.05 0.59 0 0.20 294.96 0.53 0.56
Hex C1 54 CB 5 3B 0 14 127 35 38
Octal 301 124 313 5 73 0 24 447 65 70
Binary 11000001 1010100 11001011 101 111011 0 10100 100100111 110101 111000

Color Harmonies of #C154CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C154CB

Black with #C154CB

Text Example


Text Example

White with #C154CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C154CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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