Html Css Color HEX #C769BA Fuchsia

📋 copy color: '#C769BA'

red 199 ◦ green 105 ◦ blue 186

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

Shades of Fuchsia #C769BA

Tints of Fuchsia #C769BA

RGB

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

 GREEN value IS 105 (41.41% from 255) = 21.43%

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

R = 40.61%
G = 21.43%
B = 37.96%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.07

 K value IS 0.22

RGB Variations

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

Color information

#C769BA (or 0xC769BA) is known color: Fuchsia. HEX triplet: C7, 69 and BA. RGB value is (199,105,186). Sum of RGB (Red+Green+Blue) = 199+105+186=490 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.61% from 490); Green value is 105 (41.41% from 255 or 21.43% from 490); Blue value is 186 (73.05% from 255 or 37.96% from 490); Max value from RGB is 199 - color contains mainly: red. Hex color #C769BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C769BA is #389645. Grayscale: #8E8E8E. Windows color (decimal): -3708486 or 12216775. OLE color: 12216775.

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

Color convert

RGB 199 105 186 -
CMYK 0 0.47 0.07 0.22
HSL 308.3º 0.46% 0.6% -
HSV(B) 308.3º 0.47% 0.78% -
XYZ 37.47 25.79 49.46 -
YUV 142.34 152.64 168.41 -
System Red Green Blue C M Y K H S L
Decimal 199 105 186 0 0.47 0.07 0.22 308.3 0.46 0.6
Hex C7 69 BA 0 2F 7 16 134 2E 3C
Octal 307 151 272 0 57 7 26 464 56 74
Binary 11000111 1101001 10111010 0 101111 111 10110 100110100 101110 111100

Color Harmonies of #C769BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C769BA

Black with #C769BA

Text Example


Text Example

White with #C769BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C769BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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