Html Css Color HEX #C769BF Fuchsia

📋 copy color: '#C769BF'

red 199 ◦ green 105 ◦ blue 191

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

Shades of Fuchsia #C769BF

Tints of Fuchsia #C769BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 38.59%

R = 40.2%
G = 21.21%
B = 38.59%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.04

 K value IS 0.22

RGB Variations

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

Color information

#C769BF (or 0xC769BF) is known color: Fuchsia. HEX triplet: C7, 69 and BF. RGB value is (199,105,191). Sum of RGB (Red+Green+Blue) = 199+105+191=495 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.20% from 495); Green value is 105 (41.41% from 255 or 21.21% from 495); Blue value is 191 (75% from 255 or 38.59% from 495); Max value from RGB is 199 - color contains mainly: red. Hex color #C769BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C769BF is #389640. Grayscale: #8E8E8E. Windows color (decimal): -3708481 or 12544455. OLE color: 12544455.

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

Color convert

RGB 199 105 191 -
CMYK 0 0.47 0.04 0.22
HSL 305.11º 0.46% 0.6% -
HSV(B) 305.11º 0.47% 0.78% -
XYZ 38.01 26.01 52.31 -
YUV 142.91 155.14 168.01 -
System Red Green Blue C M Y K H S L
Decimal 199 105 191 0 0.47 0.04 0.22 305.11 0.46 0.6
Hex C7 69 BF 0 2F 4 16 131 2E 3C
Octal 307 151 277 0 57 4 26 461 56 74
Binary 11000111 1101001 10111111 0 101111 100 10110 100110001 101110 111100

Color Harmonies of #C769BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C769BF

Black with #C769BF

Text Example


Text Example

White with #C769BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C769BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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