Html Css Color HEX #C154B4 Fuchsia

📋 copy color: '#C154B4'

red 193 ◦ green 84 ◦ blue 180

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

Shades of Fuchsia #C154B4

Tints of Fuchsia #C154B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 39.39%

R = 42.23%
G = 18.38%
B = 39.39%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.07

 K value IS 0.24

RGB Variations

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

Color information

#C154B4 (or 0xC154B4) is known color: Fuchsia. HEX triplet: C1, 54 and B4. RGB value is (193,84,180). Sum of RGB (Red+Green+Blue) = 193+84+180=457 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.23% from 457); Green value is 84 (33.20% from 255 or 18.38% from 457); Blue value is 180 (70.70% from 255 or 39.39% from 457); Max value from RGB is 193 - color contains mainly: red. Hex color #C154B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C154B4 is #3EAB4B. Grayscale: #7F7F7F. Windows color (decimal): -4107084 or 11818177. OLE color: 11818177.

HSL color Cylindrical-coordinate representation of color #C154B4: hue angle of 307.16º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C154B4 is Cyan = 0, Magento = 0.56, Yellow = 0.07 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 84 180 -
CMYK 0 0.56 0.07 0.24
HSL 307.16º 0.47% 0.54% -
HSV(B) 307.16º 0.56% 0.76% -
XYZ 33.4 20.97 45.47 -
YUV 127.54 157.61 174.69 -
System Red Green Blue C M Y K H S L
Decimal 193 84 180 0 0.56 0.07 0.24 307.16 0.47 0.54
Hex C1 54 B4 0 38 7 18 133 2F 36
Octal 301 124 264 0 70 7 30 463 57 66
Binary 11000001 1010100 10110100 0 111000 111 11000 100110011 101111 110110

Color Harmonies of #C154B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C154B4

Black with #C154B4

Text Example


Text Example

White with #C154B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C154B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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