Html Css Color HEX #C940BD Fuchsia

📋 copy color: '#C940BD'

red 201 ◦ green 64 ◦ blue 189

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

Shades of Fuchsia #C940BD

Tints of Fuchsia #C940BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 41.63%

R = 44.27%
G = 14.1%
B = 41.63%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.06

 K value IS 0.21

RGB Variations

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

Color information

#C940BD (or 0xC940BD) is known color: Fuchsia. HEX triplet: C9, 40 and BD. RGB value is (201,64,189). Sum of RGB (Red+Green+Blue) = 201+64+189=454 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.27% from 454); Green value is 64 (25.39% from 255 or 14.10% from 454); Blue value is 189 (74.22% from 255 or 41.63% from 454); Max value from RGB is 201 - color contains mainly: red. Hex color #C940BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C940BD is #36BF42. Grayscale: #767676. Windows color (decimal): -3587907 or 12402889. OLE color: 12402889.

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

Color convert

RGB 201 64 189 -
CMYK 0 0.68 0.06 0.21
HSL 305.26º 0.56% 0.52% -
HSV(B) 305.26º 0.68% 0.79% -
XYZ 35.11 19.76 50.11 -
YUV 119.21 167.39 186.34 -
System Red Green Blue C M Y K H S L
Decimal 201 64 189 0 0.68 0.06 0.21 305.26 0.56 0.52
Hex C9 40 BD 0 44 6 15 131 38 34
Octal 311 100 275 0 104 6 25 461 70 64
Binary 11001001 1000000 10111101 0 1000100 110 10101 100110001 111000 110100

Color Harmonies of #C940BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C940BD

Black with #C940BD

Text Example


Text Example

White with #C940BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C940BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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