Html Css Color HEX #C129BE Fuchsia

📋 copy color: '#C129BE'

red 193 ◦ green 41 ◦ blue 190

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

Shades of Fuchsia #C129BE

Tints of Fuchsia #C129BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 44.81%

R = 45.52%
G = 9.67%
B = 44.81%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.02

 K value IS 0.24

RGB Variations

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

Color information

#C129BE (or 0xC129BE) is known color: Fuchsia. HEX triplet: C1, 29 and BE. RGB value is (193,41,190). Sum of RGB (Red+Green+Blue) = 193+41+190=424 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.52% from 424); Green value is 41 (16.41% from 255 or 9.67% from 424); Blue value is 190 (74.61% from 255 or 44.81% from 424); Max value from RGB is 193 - color contains mainly: red. Hex color #C129BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C129BE is #3ED641. Grayscale: #666666. Windows color (decimal): -4118082 or 12462529. OLE color: 12462529.

HSL color Cylindrical-coordinate representation of color #C129BE: hue angle of 301.18º 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 #C129BE is Cyan = 0, Magento = 0.79, Yellow = 0.02 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 41 190 -
CMYK 0 0.79 0.02 0.24
HSL 301.18º 0.65% 0.46% -
HSV(B) 301.18º 0.79% 0.76% -
XYZ 32.08 16.64 50.24 -
YUV 103.43 176.86 191.88 -
System Red Green Blue C M Y K H S L
Decimal 193 41 190 0 0.79 0.02 0.24 301.18 0.65 0.46
Hex C1 29 BE 0 4F 2 18 12D 41 2E
Octal 301 51 276 0 117 2 30 455 101 56
Binary 11000001 101001 10111110 0 1001111 10 11000 100101101 1000001 101110

Color Harmonies of #C129BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C129BE

Black with #C129BE

Text Example


Text Example

White with #C129BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C129BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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