Html Css Color HEX #C769BD Fuchsia

📋 copy color: '#C769BD'

red 199 ◦ green 105 ◦ blue 189

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

Shades of Fuchsia #C769BD

Tints of Fuchsia #C769BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 38.34%

R = 40.37%
G = 21.3%
B = 38.34%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.05

 K value IS 0.22

RGB Variations

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

Color information

#C769BD (or 0xC769BD) is known color: Fuchsia. HEX triplet: C7, 69 and BD. RGB value is (199,105,189). Sum of RGB (Red+Green+Blue) = 199+105+189=493 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.37% from 493); Green value is 105 (41.41% from 255 or 21.30% from 493); Blue value is 189 (74.22% from 255 or 38.34% from 493); Max value from RGB is 199 - color contains mainly: red. Hex color #C769BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C769BD is #389642. Grayscale: #8E8E8E. Windows color (decimal): -3708483 or 12413383. OLE color: 12413383.

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

Color convert

RGB 199 105 189 -
CMYK 0 0.47 0.05 0.22
HSL 306.38º 0.46% 0.6% -
HSV(B) 306.38º 0.47% 0.78% -
XYZ 37.79 25.92 51.16 -
YUV 142.68 154.14 168.17 -
System Red Green Blue C M Y K H S L
Decimal 199 105 189 0 0.47 0.05 0.22 306.38 0.46 0.6
Hex C7 69 BD 0 2F 5 16 132 2E 3C
Octal 307 151 275 0 57 5 26 462 56 74
Binary 11000111 1101001 10111101 0 101111 101 10110 100110010 101110 111100

Color Harmonies of #C769BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C769BD

Black with #C769BD

Text Example


Text Example

White with #C769BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C769BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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