Html Css Color HEX #C027AF Fuchsia

📋 copy color: '#C027AF'

red 192 ◦ green 39 ◦ blue 175

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

Shades of Fuchsia #C027AF

Tints of Fuchsia #C027AF

RGB

 RED value IS 192 (75.39% from 255) = 47.29%

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

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

R = 47.29%
G = 9.61%
B = 43.1%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#C027AF (or 0xC027AF) is known color: Fuchsia. HEX triplet: C0, 27 and AF. RGB value is (192,39,175). Sum of RGB (Red+Green+Blue) = 192+39+175=406 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.29% from 406); Green value is 39 (15.62% from 255 or 9.61% from 406); Blue value is 175 (68.75% from 255 or 43.10% from 406); Max value from RGB is 192 - color contains mainly: red. Hex color #C027AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C027AF is #3FD850. Grayscale: #636363. Windows color (decimal): -4184145 or 11478976. OLE color: 11478976.

HSL color Cylindrical-coordinate representation of color #C027AF: hue angle of 306.67º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C027AF is Cyan = 0, Magento = 0.80, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 39 175 -
CMYK 0 0.80 0.09 0.25
HSL 306.67º 0.66% 0.45% -
HSV(B) 306.67º 0.8% 0.75% -
XYZ 30.2 15.75 42.01 -
YUV 100.25 170.19 193.44 -
System Red Green Blue C M Y K H S L
Decimal 192 39 175 0 0.80 0.09 0.25 306.67 0.66 0.45
Hex C0 27 AF 0 50 9 19 133 42 2D
Octal 300 47 257 0 120 11 31 463 102 55
Binary 11000000 100111 10101111 0 1010000 1001 11001 100110011 1000010 101101

Color Harmonies of #C027AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C027AF

Black with #C027AF

Text Example


Text Example

White with #C027AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C027AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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