Html Css Color HEX #C229BA Fuchsia

📋 copy color: '#C229BA'

red 194 ◦ green 41 ◦ blue 186

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

Shades of Fuchsia #C229BA

Tints of Fuchsia #C229BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 44.18%

R = 46.08%
G = 9.74%
B = 44.18%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#C229BA (or 0xC229BA) is known color: Fuchsia. HEX triplet: C2, 29 and BA. RGB value is (194,41,186). Sum of RGB (Red+Green+Blue) = 194+41+186=421 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.08% from 421); Green value is 41 (16.41% from 255 or 9.74% from 421); Blue value is 186 (73.05% from 255 or 44.18% from 421); Max value from RGB is 194 - color contains mainly: red. Hex color #C229BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C229BA is #3DD645. Grayscale: #666666. Windows color (decimal): -4052550 or 12200386. OLE color: 12200386.

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

Color convert

RGB 194 41 186 -
CMYK 0 0.79 0.04 0.24
HSL 303.14º 0.65% 0.46% -
HSV(B) 303.14º 0.79% 0.76% -
XYZ 31.9 16.6 47.98 -
YUV 103.28 174.69 192.71 -
System Red Green Blue C M Y K H S L
Decimal 194 41 186 0 0.79 0.04 0.24 303.14 0.65 0.46
Hex C2 29 BA 0 4F 4 18 12F 41 2E
Octal 302 51 272 0 117 4 30 457 101 56
Binary 11000010 101001 10111010 0 1001111 100 11000 100101111 1000001 101110

Color Harmonies of #C229BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C229BA

Black with #C229BA

Text Example


Text Example

White with #C229BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C229BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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