Html Css Color HEX #C134BB Fuchsia

📋 copy color: '#C134BB'

red 193 ◦ green 52 ◦ blue 187

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

Shades of Fuchsia #C134BB

Tints of Fuchsia #C134BB

RGB

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

 GREEN value IS 52 (20.7% from 255) = 12.04%

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

R = 44.68%
G = 12.04%
B = 43.29%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.03

 K value IS 0.24

RGB Variations

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

Color information

#C134BB (or 0xC134BB) is known color: Fuchsia. HEX triplet: C1, 34 and BB. RGB value is (193,52,187). Sum of RGB (Red+Green+Blue) = 193+52+187=432 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.68% from 432); Green value is 52 (20.70% from 255 or 12.04% from 432); Blue value is 187 (73.44% from 255 or 43.29% from 432); Max value from RGB is 193 - color contains mainly: red. Hex color #C134BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C134BB is #3ECB44. Grayscale: #6D6D6D. Windows color (decimal): -4115269 or 12268737. OLE color: 12268737.

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

Color convert

RGB 193 52 187 -
CMYK 0 0.73 0.03 0.24
HSL 302.55º 0.58% 0.48% -
HSV(B) 302.55º 0.73% 0.76% -
XYZ 32.19 17.38 48.67 -
YUV 109.55 171.71 187.52 -
System Red Green Blue C M Y K H S L
Decimal 193 52 187 0 0.73 0.03 0.24 302.55 0.58 0.48
Hex C1 34 BB 0 49 3 18 12F 3A 30
Octal 301 64 273 0 111 3 30 457 72 60
Binary 11000001 110100 10111011 0 1001001 11 11000 100101111 111010 110000

Color Harmonies of #C134BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C134BB

Black with #C134BB

Text Example


Text Example

White with #C134BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C134BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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