Html Css Color HEX #C228AF Fuchsia

📋 copy color: '#C228AF'

red 194 ◦ green 40 ◦ blue 175

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

Shades of Fuchsia #C228AF

Tints of Fuchsia #C228AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 42.79%

R = 47.43%
G = 9.78%
B = 42.79%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#C228AF (or 0xC228AF) is known color: Fuchsia. HEX triplet: C2, 28 and AF. RGB value is (194,40,175). Sum of RGB (Red+Green+Blue) = 194+40+175=409 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.43% from 409); Green value is 40 (16.02% from 255 or 9.78% from 409); Blue value is 175 (68.75% from 255 or 42.79% from 409); Max value from RGB is 194 - color contains mainly: red. Hex color #C228AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C228AF is #3DD750. Grayscale: #656565. Windows color (decimal): -4052817 or 11479234. OLE color: 11479234.

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

Color convert

RGB 194 40 175 -
CMYK 0 0.79 0.10 0.24
HSL 307.4º 0.66% 0.46% -
HSV(B) 307.4º 0.79% 0.76% -
XYZ 30.74 16.08 42.04 -
YUV 101.44 169.52 194.02 -
System Red Green Blue C M Y K H S L
Decimal 194 40 175 0 0.79 0.10 0.24 307.4 0.66 0.46
Hex C2 28 AF 0 4F A 18 133 42 2E
Octal 302 50 257 0 117 12 30 463 102 56
Binary 11000010 101000 10101111 0 1001111 1010 11000 100110011 1000010 101110

Color Harmonies of #C228AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C228AF

Black with #C228AF

Text Example


Text Example

White with #C228AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C228AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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