Html Css Color HEX #C229BB Fuchsia

📋 copy color: '#C229BB'

red 194 ◦ green 41 ◦ blue 187

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

Shades of Fuchsia #C229BB

Tints of Fuchsia #C229BB

RGB

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

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

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

R = 45.97%
G = 9.72%
B = 44.31%

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

#C229BB (or 0xC229BB) is known color: Fuchsia. HEX triplet: C2, 29 and BB. RGB value is (194,41,187). Sum of RGB (Red+Green+Blue) = 194+41+187=422 (55% of max value = 765). Red value is 194 (76.17% from 255 or 45.97% from 422); Green value is 41 (16.41% from 255 or 9.72% from 422); Blue value is 187 (73.44% from 255 or 44.31% from 422); Max value from RGB is 194 - color contains mainly: red. Hex color #C229BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C229BB is #3DD644. Grayscale: #666666. Windows color (decimal): -4052549 or 12265922. OLE color: 12265922.

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

Color convert

RGB 194 41 187 -
CMYK 0 0.79 0.04 0.24
HSL 302.75º 0.65% 0.46% -
HSV(B) 302.75º 0.79% 0.76% -
XYZ 32.01 16.64 48.54 -
YUV 103.39 175.19 192.63 -
System Red Green Blue C M Y K H S L
Decimal 194 41 187 0 0.79 0.04 0.24 302.75 0.65 0.46
Hex C2 29 BB 0 4F 4 18 12F 41 2E
Octal 302 51 273 0 117 4 30 457 101 56
Binary 11000010 101001 10111011 0 1001111 100 11000 100101111 1000001 101110

Color Harmonies of #C229BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C229BB

Black with #C229BB

Text Example


Text Example

White with #C229BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C229BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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