Html Css Color HEX #C129BB Fuchsia

📋 copy color: '#C129BB'

red 193 ◦ green 41 ◦ blue 187

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

Shades of Fuchsia #C129BB

Tints of Fuchsia #C129BB

RGB

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

 GREEN value IS 41 (16.41% from 255) = 9.74%

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

R = 45.84%
G = 9.74%
B = 44.42%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.03

 K value IS 0.24

RGB Variations

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

Color information

#C129BB (or 0xC129BB) is known color: Fuchsia. HEX triplet: C1, 29 and BB. RGB value is (193,41,187). Sum of RGB (Red+Green+Blue) = 193+41+187=421 (55% of max value = 765). Red value is 193 (75.78% from 255 or 45.84% from 421); Green value is 41 (16.41% from 255 or 9.74% from 421); Blue value is 187 (73.44% from 255 or 44.42% from 421); Max value from RGB is 193 - color contains mainly: red. Hex color #C129BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C129BB is #3ED644. Grayscale: #666666. Windows color (decimal): -4118085 or 12265921. OLE color: 12265921.

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

Color convert

RGB 193 41 187 -
CMYK 0 0.79 0.03 0.24
HSL 302.37º 0.65% 0.46% -
HSV(B) 302.37º 0.79% 0.76% -
XYZ 31.75 16.51 48.53 -
YUV 103.09 175.36 192.13 -
System Red Green Blue C M Y K H S L
Decimal 193 41 187 0 0.79 0.03 0.24 302.37 0.65 0.46
Hex C1 29 BB 0 4F 3 18 12E 41 2E
Octal 301 51 273 0 117 3 30 456 101 56
Binary 11000001 101001 10111011 0 1001111 11 11000 100101110 1000001 101110

Color Harmonies of #C129BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C129BB

Black with #C129BB

Text Example


Text Example

White with #C129BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C129BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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