Html Css Color HEX #C940BE Fuchsia

📋 copy color: '#C940BE'

red 201 ◦ green 64 ◦ blue 190

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

Shades of Fuchsia #C940BE

Tints of Fuchsia #C940BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 41.76%

R = 44.18%
G = 14.07%
B = 41.76%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.05

 K value IS 0.21

RGB Variations

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

Color information

#C940BE (or 0xC940BE) is known color: Fuchsia. HEX triplet: C9, 40 and BE. RGB value is (201,64,190). Sum of RGB (Red+Green+Blue) = 201+64+190=455 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.18% from 455); Green value is 64 (25.39% from 255 or 14.07% from 455); Blue value is 190 (74.61% from 255 or 41.76% from 455); Max value from RGB is 201 - color contains mainly: red. Hex color #C940BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C940BE is #36BF41. Grayscale: #767676. Windows color (decimal): -3587906 or 12468425. OLE color: 12468425.

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

Color convert

RGB 201 64 190 -
CMYK 0 0.68 0.05 0.21
HSL 304.82º 0.56% 0.52% -
HSV(B) 304.82º 0.68% 0.79% -
XYZ 35.22 19.8 50.68 -
YUV 119.33 167.89 186.25 -
System Red Green Blue C M Y K H S L
Decimal 201 64 190 0 0.68 0.05 0.21 304.82 0.56 0.52
Hex C9 40 BE 0 44 5 15 131 38 34
Octal 311 100 276 0 104 5 25 461 70 64
Binary 11001001 1000000 10111110 0 1000100 101 10101 100110001 111000 110100

Color Harmonies of #C940BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C940BE

Black with #C940BE

Text Example


Text Example

White with #C940BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C940BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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