Html Css Color HEX #C229BE Fuchsia

📋 copy color: '#C229BE'

red 194 ◦ green 41 ◦ blue 190

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

Shades of Fuchsia #C229BE

Tints of Fuchsia #C229BE

RGB

 RED value IS 194 (76.17% from 255) = 45.65%

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

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

R = 45.65%
G = 9.65%
B = 44.71%

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

#C229BE (or 0xC229BE) is known color: Fuchsia. HEX triplet: C2, 29 and BE. RGB value is (194,41,190). Sum of RGB (Red+Green+Blue) = 194+41+190=425 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.65% from 425); Green value is 41 (16.41% from 255 or 9.65% from 425); Blue value is 190 (74.61% from 255 or 44.71% from 425); Max value from RGB is 194 - color contains mainly: red. Hex color #C229BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C229BE is #3DD641. Grayscale: #676767. Windows color (decimal): -4052546 or 12462530. OLE color: 12462530.

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

Color convert

RGB 194 41 190 -
CMYK 0 0.79 0.02 0.24
HSL 301.57º 0.65% 0.46% -
HSV(B) 301.57º 0.79% 0.76% -
XYZ 32.34 16.77 50.25 -
YUV 103.73 176.69 192.38 -
System Red Green Blue C M Y K H S L
Decimal 194 41 190 0 0.79 0.02 0.24 301.57 0.65 0.46
Hex C2 29 BE 0 4F 2 18 12E 41 2E
Octal 302 51 276 0 117 2 30 456 101 56
Binary 11000010 101001 10111110 0 1001111 10 11000 100101110 1000001 101110

Color Harmonies of #C229BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C229BE

Black with #C229BE

Text Example


Text Example

White with #C229BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C229BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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