Html Css Color HEX #C227AF Fuchsia

📋 copy color: '#C227AF'

red 194 ◦ green 39 ◦ blue 175

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

Shades of Fuchsia #C227AF

Tints of Fuchsia #C227AF

RGB

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

 GREEN value IS 39 (15.63% from 255) = 9.56%

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

R = 47.55%
G = 9.56%
B = 42.89%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#C227AF (or 0xC227AF) is known color: Fuchsia. HEX triplet: C2, 27 and AF. RGB value is (194,39,175). Sum of RGB (Red+Green+Blue) = 194+39+175=408 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.55% from 408); Green value is 39 (15.62% from 255 or 9.56% from 408); Blue value is 175 (68.75% from 255 or 42.89% from 408); Max value from RGB is 194 - color contains mainly: red. Hex color #C227AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C227AF is #3DD850. Grayscale: #646464. Windows color (decimal): -4053073 or 11478978. OLE color: 11478978.

HSL color Cylindrical-coordinate representation of color #C227AF: hue angle of 307.35º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C227AF is Cyan = 0, Magento = 0.80, Yellow = 0.10 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 39 175 -
CMYK 0 0.80 0.10 0.24
HSL 307.35º 0.67% 0.46% -
HSV(B) 307.35º 0.8% 0.76% -
XYZ 30.71 16.02 42.03 -
YUV 100.85 169.85 194.44 -
System Red Green Blue C M Y K H S L
Decimal 194 39 175 0 0.80 0.10 0.24 307.35 0.67 0.46
Hex C2 27 AF 0 50 A 18 133 43 2E
Octal 302 47 257 0 120 12 30 463 103 56
Binary 11000010 100111 10101111 0 1010000 1010 11000 100110011 1000011 101110

Color Harmonies of #C227AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C227AF

Black with #C227AF

Text Example


Text Example

White with #C227AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C227AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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