Html Css Color HEX #C940B5 Fuchsia

📋 copy color: '#C940B5'

red 201 ◦ green 64 ◦ blue 181

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

Shades of Fuchsia #C940B5

Tints of Fuchsia #C940B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 40.58%

R = 45.07%
G = 14.35%
B = 40.58%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.10

 K value IS 0.21

RGB Variations

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

Color information

#C940B5 (or 0xC940B5) is known color: Fuchsia. HEX triplet: C9, 40 and B5. RGB value is (201,64,181). Sum of RGB (Red+Green+Blue) = 201+64+181=446 (59% of max value = 765). Red value is 201 (78.91% from 255 or 45.07% from 446); Green value is 64 (25.39% from 255 or 14.35% from 446); Blue value is 181 (71.09% from 255 or 40.58% from 446); Max value from RGB is 201 - color contains mainly: red. Hex color #C940B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C940B5 is #36BF4A. Grayscale: #757575. Windows color (decimal): -3587915 or 11878601. OLE color: 11878601.

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

Color convert

RGB 201 64 181 -
CMYK 0 0.68 0.10 0.21
HSL 308.76º 0.56% 0.52% -
HSV(B) 308.76º 0.68% 0.79% -
XYZ 34.26 19.42 45.66 -
YUV 118.3 163.39 186.99 -
System Red Green Blue C M Y K H S L
Decimal 201 64 181 0 0.68 0.10 0.21 308.76 0.56 0.52
Hex C9 40 B5 0 44 A 15 135 38 34
Octal 311 100 265 0 104 12 25 465 70 64
Binary 11001001 1000000 10110101 0 1000100 1010 10101 100110101 111000 110100

Color Harmonies of #C940B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C940B5

Black with #C940B5

Text Example


Text Example

White with #C940B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C940B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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