Html Css Color HEX #C736BA Fuchsia

📋 copy color: '#C736BA'

red 199 ◦ green 54 ◦ blue 186

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

Shades of Fuchsia #C736BA

Tints of Fuchsia #C736BA

RGB

 RED value IS 199 (78.13% from 255) = 45.33%

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

 BLUE value IS 186 (73.05% from 255) = 42.37%

R = 45.33%
G = 12.3%
B = 42.37%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.07

 K value IS 0.22

RGB Variations

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

Color information

#C736BA (or 0xC736BA) is known color: Fuchsia. HEX triplet: C7, 36 and BA. RGB value is (199,54,186). Sum of RGB (Red+Green+Blue) = 199+54+186=439 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.33% from 439); Green value is 54 (21.48% from 255 or 12.30% from 439); Blue value is 186 (73.05% from 255 or 42.37% from 439); Max value from RGB is 199 - color contains mainly: red. Hex color #C736BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C736BA is #38C945. Grayscale: #707070. Windows color (decimal): -3721542 or 12203719. OLE color: 12203719.

HSL color Cylindrical-coordinate representation of color #C736BA: hue angle of 305.38º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C736BA is Cyan = 0, Magento = 0.73, Yellow = 0.07 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 54 186 -
CMYK 0 0.73 0.07 0.22
HSL 305.38º 0.57% 0.5% -
HSV(B) 305.38º 0.73% 0.78% -
XYZ 33.74 18.33 48.21 -
YUV 112.4 169.54 189.77 -
System Red Green Blue C M Y K H S L
Decimal 199 54 186 0 0.73 0.07 0.22 305.38 0.57 0.5
Hex C7 36 BA 0 49 7 16 131 39 32
Octal 307 66 272 0 111 7 26 461 71 62
Binary 11000111 110110 10111010 0 1001001 111 10110 100110001 111001 110010

Color Harmonies of #C736BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C736BA

Black with #C736BA

Text Example


Text Example

White with #C736BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C736BA; }

 p { color: rgb(199,54,186); }

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

background-color css

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

 a { background-color: rgb(199,54,186); }

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

border-color css

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

 span { border-color: rgb(199,54,186); }

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