Html Css Color HEX #C028B0 Fuchsia

📋 copy color: '#C028B0'

red 192 ◦ green 40 ◦ blue 176

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

Shades of Fuchsia #C028B0

Tints of Fuchsia #C028B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 43.14%

R = 47.06%
G = 9.8%
B = 43.14%

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

#C028B0 (or 0xC028B0) is known color: Fuchsia. HEX triplet: C0, 28 and B0. RGB value is (192,40,176). Sum of RGB (Red+Green+Blue) = 192+40+176=408 (54% of max value = 765). Red value is 192 (75.39% from 255 or 47.06% from 408); Green value is 40 (16.02% from 255 or 9.80% from 408); Blue value is 176 (69.14% from 255 or 43.14% from 408); Max value from RGB is 192 - color contains mainly: red. Hex color #C028B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C028B0 is #3FD74F. Grayscale: #646464. Windows color (decimal): -4183888 or 11544768. OLE color: 11544768.

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

Color convert

RGB 192 40 176 -
CMYK 0 0.79 0.08 0.25
HSL 306.32º 0.66% 0.45% -
HSV(B) 306.32º 0.79% 0.75% -
XYZ 30.33 15.86 42.54 -
YUV 100.95 170.36 192.94 -
System Red Green Blue C M Y K H S L
Decimal 192 40 176 0 0.79 0.08 0.25 306.32 0.66 0.45
Hex C0 28 B0 0 4F 8 19 132 42 2D
Octal 300 50 260 0 117 10 31 462 102 55
Binary 11000000 101000 10110000 0 1001111 1000 11001 100110010 1000010 101101

Color Harmonies of #C028B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C028B0

Black with #C028B0

Text Example


Text Example

White with #C028B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C028B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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