Html Css Color HEX #C946BD Fuchsia

📋 copy color: '#C946BD'

red 201 ◦ green 70 ◦ blue 189

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

Shades of Fuchsia #C946BD

Tints of Fuchsia #C946BD

RGB

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

 GREEN value IS 70 (27.73% from 255) = 15.22%

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

R = 43.7%
G = 15.22%
B = 41.09%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.06

 K value IS 0.21

RGB Variations

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

Color information

#C946BD (or 0xC946BD) is known color: Fuchsia. HEX triplet: C9, 46 and BD. RGB value is (201,70,189). Sum of RGB (Red+Green+Blue) = 201+70+189=460 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.70% from 460); Green value is 70 (27.73% from 255 or 15.22% from 460); Blue value is 189 (74.22% from 255 or 41.09% from 460); Max value from RGB is 201 - color contains mainly: red. Hex color #C946BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C946BD is #36B942. Grayscale: #7A7A7A. Windows color (decimal): -3586371 or 12404425. OLE color: 12404425.

HSL color Cylindrical-coordinate representation of color #C946BD: hue angle of 305.5º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C946BD is Cyan = 0, Magento = 0.65, Yellow = 0.06 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 70 189 -
CMYK 0 0.65 0.06 0.21
HSL 305.5º 0.55% 0.53% -
HSV(B) 305.5º 0.65% 0.79% -
XYZ 35.46 20.47 50.23 -
YUV 122.74 165.4 183.82 -
System Red Green Blue C M Y K H S L
Decimal 201 70 189 0 0.65 0.06 0.21 305.5 0.55 0.53
Hex C9 46 BD 0 41 6 15 131 37 35
Octal 311 106 275 0 101 6 25 461 67 65
Binary 11001001 1000110 10111101 0 1000001 110 10101 100110001 110111 110101

Color Harmonies of #C946BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C946BD

Black with #C946BD

Text Example


Text Example

White with #C946BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C946BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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