Html Css Color HEX #C028AF Fuchsia

📋 copy color: '#C028AF'

red 192 ◦ green 40 ◦ blue 175

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

Shades of Fuchsia #C028AF

Tints of Fuchsia #C028AF

RGB

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

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

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

R = 47.17%
G = 9.83%
B = 43%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#C028AF (or 0xC028AF) is known color: Fuchsia. HEX triplet: C0, 28 and AF. RGB value is (192,40,175). Sum of RGB (Red+Green+Blue) = 192+40+175=407 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.17% from 407); Green value is 40 (16.02% from 255 or 9.83% from 407); Blue value is 175 (68.75% from 255 or 43.00% from 407); Max value from RGB is 192 - color contains mainly: red. Hex color #C028AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C028AF is #3FD750. Grayscale: #646464. Windows color (decimal): -4183889 or 11479232. OLE color: 11479232.

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

Color convert

RGB 192 40 175 -
CMYK 0 0.79 0.09 0.25
HSL 306.71º 0.66% 0.45% -
HSV(B) 306.71º 0.79% 0.75% -
XYZ 30.23 15.82 42.02 -
YUV 100.84 169.86 193.02 -
System Red Green Blue C M Y K H S L
Decimal 192 40 175 0 0.79 0.09 0.25 306.71 0.66 0.45
Hex C0 28 AF 0 4F 9 19 133 42 2D
Octal 300 50 257 0 117 11 31 463 102 55
Binary 11000000 101000 10101111 0 1001111 1001 11001 100110011 1000010 101101

Color Harmonies of #C028AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C028AF

Black with #C028AF

Text Example


Text Example

White with #C028AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C028AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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