Html Css Color HEX #C951BD Fuchsia

📋 copy color: '#C951BD'

red 201 ◦ green 81 ◦ blue 189

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

Shades of Fuchsia #C951BD

Tints of Fuchsia #C951BD

RGB

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

 GREEN value IS 81 (32.03% from 255) = 17.2%

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

R = 42.68%
G = 17.2%
B = 40.13%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.06

 K value IS 0.21

RGB Variations

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

Color information

#C951BD (or 0xC951BD) is known color: Fuchsia. HEX triplet: C9, 51 and BD. RGB value is (201,81,189). Sum of RGB (Red+Green+Blue) = 201+81+189=471 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.68% from 471); Green value is 81 (32.03% from 255 or 17.20% from 471); Blue value is 189 (74.22% from 255 or 40.13% from 471); Max value from RGB is 201 - color contains mainly: red. Hex color #C951BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C951BD is #36AE42. Grayscale: #808080. Windows color (decimal): -3583555 or 12407241. OLE color: 12407241.

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

Color convert

RGB 201 81 189 -
CMYK 0 0.60 0.06 0.21
HSL 306º 0.53% 0.55% -
HSV(B) 306º 0.6% 0.79% -
XYZ 36.22 21.98 50.48 -
YUV 129.19 161.76 179.22 -
System Red Green Blue C M Y K H S L
Decimal 201 81 189 0 0.60 0.06 0.21 306 0.53 0.55
Hex C9 51 BD 0 3C 6 15 132 35 37
Octal 311 121 275 0 74 6 25 462 65 67
Binary 11001001 1010001 10111101 0 111100 110 10101 100110010 110101 110111

Color Harmonies of #C951BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C951BD

Black with #C951BD

Text Example


Text Example

White with #C951BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C951BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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