Html Css Color HEX #C736BD Fuchsia

📋 copy color: '#C736BD'

red 199 ◦ green 54 ◦ blue 189

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

Shades of Fuchsia #C736BD

Tints of Fuchsia #C736BD

RGB

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

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

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

R = 45.02%
G = 12.22%
B = 42.76%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.05

 K value IS 0.22

RGB Variations

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

Color information

#C736BD (or 0xC736BD) is known color: Fuchsia. HEX triplet: C7, 36 and BD. RGB value is (199,54,189). Sum of RGB (Red+Green+Blue) = 199+54+189=442 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.02% from 442); Green value is 54 (21.48% from 255 or 12.22% from 442); Blue value is 189 (74.22% from 255 or 42.76% from 442); Max value from RGB is 199 - color contains mainly: red. Hex color #C736BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C736BD is #38C942. Grayscale: #707070. Windows color (decimal): -3721539 or 12400327. OLE color: 12400327.

HSL color Cylindrical-coordinate representation of color #C736BD: hue angle of 304.14º 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 #C736BD is Cyan = 0, Magento = 0.73, Yellow = 0.05 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 54 189 -
CMYK 0 0.73 0.05 0.22
HSL 304.14º 0.57% 0.5% -
HSV(B) 304.14º 0.73% 0.78% -
XYZ 34.06 18.45 49.91 -
YUV 112.75 171.04 189.52 -
System Red Green Blue C M Y K H S L
Decimal 199 54 189 0 0.73 0.05 0.22 304.14 0.57 0.5
Hex C7 36 BD 0 49 5 16 130 39 32
Octal 307 66 275 0 111 5 26 460 71 62
Binary 11000111 110110 10111101 0 1001001 101 10110 100110000 111001 110010

Color Harmonies of #C736BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C736BD

Black with #C736BD

Text Example


Text Example

White with #C736BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C736BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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