Html Css Color HEX #C769B9 Fuchsia

📋 copy color: '#C769B9'

red 199 ◦ green 105 ◦ blue 185

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

Shades of Fuchsia #C769B9

Tints of Fuchsia #C769B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 37.83%

R = 40.7%
G = 21.47%
B = 37.83%

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

#C769B9 (or 0xC769B9) is known color: Fuchsia. HEX triplet: C7, 69 and B9. RGB value is (199,105,185). Sum of RGB (Red+Green+Blue) = 199+105+185=489 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.70% from 489); Green value is 105 (41.41% from 255 or 21.47% from 489); Blue value is 185 (72.66% from 255 or 37.83% from 489); Max value from RGB is 199 - color contains mainly: red. Hex color #C769B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C769B9 is #389646. Grayscale: #8E8E8E. Windows color (decimal): -3708487 or 12151239. OLE color: 12151239.

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

Color convert

RGB 199 105 185 -
CMYK 0 0.47 0.07 0.22
HSL 308.94º 0.46% 0.6% -
HSV(B) 308.94º 0.47% 0.78% -
XYZ 37.36 25.75 48.9 -
YUV 142.23 152.14 168.5 -
System Red Green Blue C M Y K H S L
Decimal 199 105 185 0 0.47 0.07 0.22 308.94 0.46 0.6
Hex C7 69 B9 0 2F 7 16 135 2E 3C
Octal 307 151 271 0 57 7 26 465 56 74
Binary 11000111 1101001 10111001 0 101111 111 10110 100110101 101110 111100

Color Harmonies of #C769B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C769B9

Black with #C769B9

Text Example


Text Example

White with #C769B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C769B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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