Html Css Color HEX #C744BC Fuchsia

📋 copy color: '#C744BC'

red 199 ◦ green 68 ◦ blue 188

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

Shades of Fuchsia #C744BC

Tints of Fuchsia #C744BC

RGB

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

 GREEN value IS 68 (26.95% from 255) = 14.95%

 BLUE value IS 188 (73.83% from 255) = 41.32%

R = 43.74%
G = 14.95%
B = 41.32%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#C744BC (or 0xC744BC) is known color: Fuchsia. HEX triplet: C7, 44 and BC. RGB value is (199,68,188). Sum of RGB (Red+Green+Blue) = 199+68+188=455 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.74% from 455); Green value is 68 (26.95% from 255 or 14.95% from 455); Blue value is 188 (73.83% from 255 or 41.32% from 455); Max value from RGB is 199 - color contains mainly: red. Hex color #C744BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C744BC is #38BB43. Grayscale: #787878. Windows color (decimal): -3717956 or 12338375. OLE color: 12338375.

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

Color convert

RGB 199 68 188 -
CMYK 0 0.66 0.06 0.22
HSL 305.04º 0.54% 0.52% -
HSV(B) 305.04º 0.66% 0.78% -
XYZ 34.7 19.91 49.59 -
YUV 120.85 165.9 183.74 -
System Red Green Blue C M Y K H S L
Decimal 199 68 188 0 0.66 0.06 0.22 305.04 0.54 0.52
Hex C7 44 BC 0 42 6 16 131 36 34
Octal 307 104 274 0 102 6 26 461 66 64
Binary 11000111 1000100 10111100 0 1000010 110 10110 100110001 110110 110100

Color Harmonies of #C744BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C744BC

Black with #C744BC

Text Example


Text Example

White with #C744BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C744BC; }

 p { color: rgb(199,68,188); }

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

background-color css

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

 a { background-color: rgb(199,68,188); }

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

border-color css

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

 span { border-color: rgb(199,68,188); }

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