Html Css Color HEX #C741BB Fuchsia

📋 copy color: '#C741BB'

red 199 ◦ green 65 ◦ blue 187

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

Shades of Fuchsia #C741BB

Tints of Fuchsia #C741BB

RGB

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

 GREEN value IS 65 (25.78% from 255) = 14.41%

 BLUE value IS 187 (73.44% from 255) = 41.46%

R = 44.12%
G = 14.41%
B = 41.46%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#C741BB (or 0xC741BB) is known color: Fuchsia. HEX triplet: C7, 41 and BB. RGB value is (199,65,187). Sum of RGB (Red+Green+Blue) = 199+65+187=451 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.12% from 451); Green value is 65 (25.78% from 255 or 14.41% from 451); Blue value is 187 (73.44% from 255 or 41.46% from 451); Max value from RGB is 199 - color contains mainly: red. Hex color #C741BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C741BB is #38BE44. Grayscale: #767676. Windows color (decimal): -3718725 or 12272071. OLE color: 12272071.

HSL color Cylindrical-coordinate representation of color #C741BB: hue angle of 305.37º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C741BB is Cyan = 0, Magento = 0.67, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 65 187 -
CMYK 0 0.67 0.06 0.22
HSL 305.37º 0.54% 0.52% -
HSV(B) 305.37º 0.67% 0.78% -
XYZ 34.41 19.51 48.97 -
YUV 118.97 166.39 185.08 -
System Red Green Blue C M Y K H S L
Decimal 199 65 187 0 0.67 0.06 0.22 305.37 0.54 0.52
Hex C7 41 BB 0 43 6 16 131 36 34
Octal 307 101 273 0 103 6 26 461 66 64
Binary 11000111 1000001 10111011 0 1000011 110 10110 100110001 110110 110100

Color Harmonies of #C741BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C741BB

Black with #C741BB

Text Example


Text Example

White with #C741BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C741BB; }

 p { color: rgb(199,65,187); }

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

background-color css

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

 a { background-color: rgb(199,65,187); }

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

border-color css

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

 span { border-color: rgb(199,65,187); }

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