Html Css Color HEX #C936BD Fuchsia

📋 copy color: '#C936BD'

red 201 ◦ green 54 ◦ blue 189

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

Shades of Fuchsia #C936BD

Tints of Fuchsia #C936BD

RGB

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

 GREEN value IS 54 (21.48% from 255) = 12.16%

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

R = 45.27%
G = 12.16%
B = 42.57%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.06

 K value IS 0.21

RGB Variations

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

Color information

#C936BD (or 0xC936BD) is known color: Fuchsia. HEX triplet: C9, 36 and BD. RGB value is (201,54,189). Sum of RGB (Red+Green+Blue) = 201+54+189=444 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.27% from 444); Green value is 54 (21.48% from 255 or 12.16% from 444); Blue value is 189 (74.22% from 255 or 42.57% from 444); Max value from RGB is 201 - color contains mainly: red. Hex color #C936BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C936BD is #36C942. Grayscale: #707070. Windows color (decimal): -3590467 or 12400329. OLE color: 12400329.

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

Color convert

RGB 201 54 189 -
CMYK 0 0.73 0.06 0.21
HSL 304.9º 0.58% 0.5% -
HSV(B) 304.9º 0.73% 0.79% -
XYZ 34.59 18.73 49.94 -
YUV 113.34 170.7 190.52 -
System Red Green Blue C M Y K H S L
Decimal 201 54 189 0 0.73 0.06 0.21 304.9 0.58 0.5
Hex C9 36 BD 0 49 6 15 131 3A 32
Octal 311 66 275 0 111 6 25 461 72 62
Binary 11001001 110110 10111101 0 1001001 110 10101 100110001 111010 110010

Color Harmonies of #C936BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C936BD

Black with #C936BD

Text Example


Text Example

White with #C936BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C936BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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