Html Css Color HEX #C028BA Fuchsia

📋 copy color: '#C028BA'

red 192 ◦ green 40 ◦ blue 186

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

Shades of Fuchsia #C028BA

Tints of Fuchsia #C028BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 44.5%

R = 45.93%
G = 9.57%
B = 44.5%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#C028BA (or 0xC028BA) is known color: Fuchsia. HEX triplet: C0, 28 and BA. RGB value is (192,40,186). Sum of RGB (Red+Green+Blue) = 192+40+186=418 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.93% from 418); Green value is 40 (16.02% from 255 or 9.57% from 418); Blue value is 186 (73.05% from 255 or 44.50% from 418); Max value from RGB is 192 - color contains mainly: red. Hex color #C028BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C028BA is #3FD745. Grayscale: #656565. Windows color (decimal): -4183878 or 12200128. OLE color: 12200128.

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

Color convert

RGB 192 40 186 -
CMYK 0 0.79 0.03 0.25
HSL 302.37º 0.66% 0.45% -
HSV(B) 302.37º 0.79% 0.75% -
XYZ 31.36 16.27 47.94 -
YUV 102.09 175.36 192.13 -
System Red Green Blue C M Y K H S L
Decimal 192 40 186 0 0.79 0.03 0.25 302.37 0.66 0.45
Hex C0 28 BA 0 4F 3 19 12E 42 2D
Octal 300 50 272 0 117 3 31 456 102 55
Binary 11000000 101000 10111010 0 1001111 11 11001 100101110 1000010 101101

Color Harmonies of #C028BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C028BA

Black with #C028BA

Text Example


Text Example

White with #C028BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C028BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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