Html Css Color HEX #C028B1 Fuchsia

📋 copy color: '#C028B1'

red 192 ◦ green 40 ◦ blue 177

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

Shades of Fuchsia #C028B1

Tints of Fuchsia #C028B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 43.28%

R = 46.94%
G = 9.78%
B = 43.28%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.08

 K value IS 0.25

RGB Variations

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

Color information

#C028B1 (or 0xC028B1) is known color: Fuchsia. HEX triplet: C0, 28 and B1. RGB value is (192,40,177). Sum of RGB (Red+Green+Blue) = 192+40+177=409 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.94% from 409); Green value is 40 (16.02% from 255 or 9.78% from 409); Blue value is 177 (69.53% from 255 or 43.28% from 409); Max value from RGB is 192 - color contains mainly: red. Hex color #C028B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C028B1 is #3FD74E. Grayscale: #646464. Windows color (decimal): -4183887 or 11610304. OLE color: 11610304.

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

Color convert

RGB 192 40 177 -
CMYK 0 0.79 0.08 0.25
HSL 305.92º 0.66% 0.45% -
HSV(B) 305.92º 0.79% 0.75% -
XYZ 30.43 15.9 43.06 -
YUV 101.07 170.86 192.86 -
System Red Green Blue C M Y K H S L
Decimal 192 40 177 0 0.79 0.08 0.25 305.92 0.66 0.45
Hex C0 28 B1 0 4F 8 19 132 42 2D
Octal 300 50 261 0 117 10 31 462 102 55
Binary 11000000 101000 10110001 0 1001111 1000 11001 100110010 1000010 101101

Color Harmonies of #C028B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C028B1

Black with #C028B1

Text Example


Text Example

White with #C028B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C028B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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