Html Css Color HEX #C940BA Fuchsia

📋 copy color: '#C940BA'

red 201 ◦ green 64 ◦ blue 186

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

Shades of Fuchsia #C940BA

Tints of Fuchsia #C940BA

RGB

 RED value IS 201 (78.91% from 255) = 44.57%

 GREEN value IS 64 (25.39% from 255) = 14.19%

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

R = 44.57%
G = 14.19%
B = 41.24%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.07

 K value IS 0.21

RGB Variations

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

Color information

#C940BA (or 0xC940BA) is known color: Fuchsia. HEX triplet: C9, 40 and BA. RGB value is (201,64,186). Sum of RGB (Red+Green+Blue) = 201+64+186=451 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.57% from 451); Green value is 64 (25.39% from 255 or 14.19% from 451); Blue value is 186 (73.05% from 255 or 41.24% from 451); Max value from RGB is 201 - color contains mainly: red. Hex color #C940BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C940BA is #36BF45. Grayscale: #767676. Windows color (decimal): -3587910 or 12206281. OLE color: 12206281.

HSL color Cylindrical-coordinate representation of color #C940BA: hue angle of 306.57º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C940BA is Cyan = 0, Magento = 0.68, Yellow = 0.07 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 64 186 -
CMYK 0 0.68 0.07 0.21
HSL 306.57º 0.56% 0.52% -
HSV(B) 306.57º 0.68% 0.79% -
XYZ 34.78 19.63 48.41 -
YUV 118.87 165.89 186.58 -
System Red Green Blue C M Y K H S L
Decimal 201 64 186 0 0.68 0.07 0.21 306.57 0.56 0.52
Hex C9 40 BA 0 44 7 15 133 38 34
Octal 311 100 272 0 104 7 25 463 70 64
Binary 11001001 1000000 10111010 0 1000100 111 10101 100110011 111000 110100

Color Harmonies of #C940BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C940BA

Black with #C940BA

Text Example


Text Example

White with #C940BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C940BA; }

 p { color: rgb(201,64,186); }

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

background-color css

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

 a { background-color: rgb(201,64,186); }

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

border-color css

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

 span { border-color: rgb(201,64,186); }

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