Html Css Color HEX #C228BB Fuchsia

📋 copy color: '#C228BB'

red 194 ◦ green 40 ◦ blue 187

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

Shades of Fuchsia #C228BB

Tints of Fuchsia #C228BB

RGB

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

 GREEN value IS 40 (16.02% from 255) = 9.5%

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

R = 46.08%
G = 9.5%
B = 44.42%

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

#C228BB (or 0xC228BB) is known color: Fuchsia. HEX triplet: C2, 28 and BB. RGB value is (194,40,187). Sum of RGB (Red+Green+Blue) = 194+40+187=421 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.08% from 421); Green value is 40 (16.02% from 255 or 9.50% from 421); Blue value is 187 (73.44% from 255 or 44.42% from 421); Max value from RGB is 194 - color contains mainly: red. Hex color #C228BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C228BB is #3DD744. Grayscale: #666666. Windows color (decimal): -4052805 or 12265666. OLE color: 12265666.

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

Color convert

RGB 194 40 187 -
CMYK 0 0.79 0.04 0.24
HSL 302.73º 0.66% 0.46% -
HSV(B) 302.73º 0.79% 0.76% -
XYZ 31.98 16.57 48.53 -
YUV 102.8 175.52 193.05 -
System Red Green Blue C M Y K H S L
Decimal 194 40 187 0 0.79 0.04 0.24 302.73 0.66 0.46
Hex C2 28 BB 0 4F 4 18 12F 42 2E
Octal 302 50 273 0 117 4 30 457 102 56
Binary 11000010 101000 10111011 0 1001111 100 11000 100101111 1000010 101110

Color Harmonies of #C228BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C228BB

Black with #C228BB

Text Example


Text Example

White with #C228BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C228BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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