Html Css Color HEX #C741BA Fuchsia

📋 copy color: '#C741BA'

red 199 ◦ green 65 ◦ blue 186

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

Shades of Fuchsia #C741BA

Tints of Fuchsia #C741BA

RGB

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

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

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

R = 44.22%
G = 14.44%
B = 41.33%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.07

 K value IS 0.22

RGB Variations

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

Color information

#C741BA (or 0xC741BA) is known color: Fuchsia. HEX triplet: C7, 41 and BA. RGB value is (199,65,186). Sum of RGB (Red+Green+Blue) = 199+65+186=450 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.22% from 450); Green value is 65 (25.78% from 255 or 14.44% from 450); Blue value is 186 (73.05% from 255 or 41.33% from 450); Max value from RGB is 199 - color contains mainly: red. Hex color #C741BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C741BA is #38BE45. Grayscale: #767676. Windows color (decimal): -3718726 or 12206535. OLE color: 12206535.

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

Color convert

RGB 199 65 186 -
CMYK 0 0.67 0.07 0.22
HSL 305.82º 0.54% 0.52% -
HSV(B) 305.82º 0.67% 0.78% -
XYZ 34.31 19.47 48.4 -
YUV 118.86 165.89 185.16 -
System Red Green Blue C M Y K H S L
Decimal 199 65 186 0 0.67 0.07 0.22 305.82 0.54 0.52
Hex C7 41 BA 0 43 7 16 132 36 34
Octal 307 101 272 0 103 7 26 462 66 64
Binary 11000111 1000001 10111010 0 1000011 111 10110 100110010 110110 110100

Color Harmonies of #C741BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C741BA

Black with #C741BA

Text Example


Text Example

White with #C741BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C741BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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