Html Css Color HEX #C740BA Fuchsia

📋 copy color: '#C740BA'

red 199 ◦ green 64 ◦ blue 186

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

Shades of Fuchsia #C740BA

Tints of Fuchsia #C740BA

RGB

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

 GREEN value IS 64 (25.39% from 255) = 14.25%

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

R = 44.32%
G = 14.25%
B = 41.43%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.07

 K value IS 0.22

RGB Variations

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

Color information

#C740BA (or 0xC740BA) is known color: Fuchsia. HEX triplet: C7, 40 and BA. RGB value is (199,64,186). Sum of RGB (Red+Green+Blue) = 199+64+186=449 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.32% from 449); Green value is 64 (25.39% from 255 or 14.25% from 449); Blue value is 186 (73.05% from 255 or 41.43% from 449); Max value from RGB is 199 - color contains mainly: red. Hex color #C740BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C740BA is #38BF45. Grayscale: #757575. Windows color (decimal): -3718982 or 12206279. OLE color: 12206279.

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

Color convert

RGB 199 64 186 -
CMYK 0 0.68 0.07 0.22
HSL 305.78º 0.55% 0.52% -
HSV(B) 305.78º 0.68% 0.78% -
XYZ 34.25 19.35 48.38 -
YUV 118.27 166.23 185.58 -
System Red Green Blue C M Y K H S L
Decimal 199 64 186 0 0.68 0.07 0.22 305.78 0.55 0.52
Hex C7 40 BA 0 44 7 16 132 37 34
Octal 307 100 272 0 104 7 26 462 67 64
Binary 11000111 1000000 10111010 0 1000100 111 10110 100110010 110111 110100

Color Harmonies of #C740BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C740BA

Black with #C740BA

Text Example


Text Example

White with #C740BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C740BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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