Html Css Color HEX #C028B6 Fuchsia

📋 copy color: '#C028B6'

red 192 ◦ green 40 ◦ blue 182

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

Shades of Fuchsia #C028B6

Tints of Fuchsia #C028B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 43.96%

R = 46.38%
G = 9.66%
B = 43.96%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.05

 K value IS 0.25

RGB Variations

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

Color information

#C028B6 (or 0xC028B6) is known color: Fuchsia. HEX triplet: C0, 28 and B6. RGB value is (192,40,182). Sum of RGB (Red+Green+Blue) = 192+40+182=414 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.38% from 414); Green value is 40 (16.02% from 255 or 9.66% from 414); Blue value is 182 (71.48% from 255 or 43.96% from 414); Max value from RGB is 192 - color contains mainly: red. Hex color #C028B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C028B6 is #3FD749. Grayscale: #656565. Windows color (decimal): -4183882 or 11937984. OLE color: 11937984.

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

Color convert

RGB 192 40 182 -
CMYK 0 0.79 0.05 0.25
HSL 303.95º 0.66% 0.45% -
HSV(B) 303.95º 0.79% 0.75% -
XYZ 30.94 16.1 45.73 -
YUV 101.64 173.36 192.45 -
System Red Green Blue C M Y K H S L
Decimal 192 40 182 0 0.79 0.05 0.25 303.95 0.66 0.45
Hex C0 28 B6 0 4F 5 19 130 42 2D
Octal 300 50 266 0 117 5 31 460 102 55
Binary 11000000 101000 10110110 0 1001111 101 11001 100110000 1000010 101101

Color Harmonies of #C028B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C028B6

Black with #C028B6

Text Example


Text Example

White with #C028B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C028B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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