Html Css Color HEX #C153BB Fuchsia

📋 copy color: '#C153BB'

red 193 ◦ green 83 ◦ blue 187

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

Shades of Fuchsia #C153BB

Tints of Fuchsia #C153BB

RGB

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

 GREEN value IS 83 (32.81% from 255) = 17.93%

 BLUE value IS 187 (73.44% from 255) = 40.39%

R = 41.68%
G = 17.93%
B = 40.39%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.03

 K value IS 0.24

RGB Variations

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

Color information

#C153BB (or 0xC153BB) is known color: Fuchsia. HEX triplet: C1, 53 and BB. RGB value is (193,83,187). Sum of RGB (Red+Green+Blue) = 193+83+187=463 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.68% from 463); Green value is 83 (32.81% from 255 or 17.93% from 463); Blue value is 187 (73.44% from 255 or 40.39% from 463); Max value from RGB is 193 - color contains mainly: red. Hex color #C153BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C153BB is #3EAC44. Grayscale: #7F7F7F. Windows color (decimal): -4107333 or 12276673. OLE color: 12276673.

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

Color convert

RGB 193 83 187 -
CMYK 0 0.57 0.03 0.24
HSL 303.27º 0.47% 0.54% -
HSV(B) 303.27º 0.57% 0.76% -
XYZ 34.06 21.11 49.29 -
YUV 127.75 161.44 174.54 -
System Red Green Blue C M Y K H S L
Decimal 193 83 187 0 0.57 0.03 0.24 303.27 0.47 0.54
Hex C1 53 BB 0 39 3 18 12F 2F 36
Octal 301 123 273 0 71 3 30 457 57 66
Binary 11000001 1010011 10111011 0 111001 11 11000 100101111 101111 110110

Color Harmonies of #C153BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C153BB

Black with #C153BB

Text Example


Text Example

White with #C153BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C153BB; }

 p { color: rgb(193,83,187); }

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

background-color css

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

 a { background-color: rgb(193,83,187); }

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

border-color css

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

 span { border-color: rgb(193,83,187); }

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