Html Css Color HEX #C229B0 Fuchsia

📋 copy color: '#C229B0'

red 194 ◦ green 41 ◦ blue 176

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

Shades of Fuchsia #C229B0

Tints of Fuchsia #C229B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 42.82%

R = 47.2%
G = 9.98%
B = 42.82%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.09

 K value IS 0.24

RGB Variations

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

Color information

#C229B0 (or 0xC229B0) is known color: Fuchsia. HEX triplet: C2, 29 and B0. RGB value is (194,41,176). Sum of RGB (Red+Green+Blue) = 194+41+176=411 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.20% from 411); Green value is 41 (16.41% from 255 or 9.98% from 411); Blue value is 176 (69.14% from 255 or 42.82% from 411); Max value from RGB is 194 - color contains mainly: red. Hex color #C229B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C229B0 is #3DD64F. Grayscale: #656565. Windows color (decimal): -4052560 or 11545026. OLE color: 11545026.

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

Color convert

RGB 194 41 176 -
CMYK 0 0.79 0.09 0.24
HSL 307.06º 0.65% 0.46% -
HSV(B) 307.06º 0.79% 0.76% -
XYZ 30.88 16.19 42.57 -
YUV 102.14 169.69 193.52 -
System Red Green Blue C M Y K H S L
Decimal 194 41 176 0 0.79 0.09 0.24 307.06 0.65 0.46
Hex C2 29 B0 0 4F 9 18 133 41 2E
Octal 302 51 260 0 117 11 30 463 101 56
Binary 11000010 101001 10110000 0 1001111 1001 11000 100110011 1000001 101110

Color Harmonies of #C229B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C229B0

Black with #C229B0

Text Example


Text Example

White with #C229B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C229B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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