Html Css Color HEX #C427AF Fuchsia

📋 copy color: '#C427AF'

red 196 ◦ green 39 ◦ blue 175

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

Shades of Fuchsia #C427AF

Tints of Fuchsia #C427AF

RGB

 RED value IS 196 (76.95% from 255) = 47.8%

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

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

R = 47.8%
G = 9.51%
B = 42.68%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.11

 K value IS 0.23

RGB Variations

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

Color information

#C427AF (or 0xC427AF) is known color: Fuchsia. HEX triplet: C4, 27 and AF. RGB value is (196,39,175). Sum of RGB (Red+Green+Blue) = 196+39+175=410 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.80% from 410); Green value is 39 (15.62% from 255 or 9.51% from 410); Blue value is 175 (68.75% from 255 or 42.68% from 410); Max value from RGB is 196 - color contains mainly: red. Hex color #C427AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C427AF is #3BD850. Grayscale: #656565. Windows color (decimal): -3922001 or 11478980. OLE color: 11478980.

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

Color convert

RGB 196 39 175 -
CMYK 0 0.80 0.11 0.23
HSL 308.03º 0.67% 0.46% -
HSV(B) 308.03º 0.8% 0.77% -
XYZ 31.23 16.28 42.05 -
YUV 101.45 169.51 195.44 -
System Red Green Blue C M Y K H S L
Decimal 196 39 175 0 0.80 0.11 0.23 308.03 0.67 0.46
Hex C4 27 AF 0 50 B 17 134 43 2E
Octal 304 47 257 0 120 13 27 464 103 56
Binary 11000100 100111 10101111 0 1010000 1011 10111 100110100 1000011 101110

Color Harmonies of #C427AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C427AF

Black with #C427AF

Text Example


Text Example

White with #C427AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C427AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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