Html Css Color HEX #C769BE Fuchsia

📋 copy color: '#C769BE'

red 199 ◦ green 105 ◦ blue 190

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

Shades of Fuchsia #C769BE

Tints of Fuchsia #C769BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 38.46%

R = 40.28%
G = 21.26%
B = 38.46%

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

#C769BE (or 0xC769BE) is known color: Fuchsia. HEX triplet: C7, 69 and BE. RGB value is (199,105,190). Sum of RGB (Red+Green+Blue) = 199+105+190=494 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.28% from 494); Green value is 105 (41.41% from 255 or 21.26% from 494); Blue value is 190 (74.61% from 255 or 38.46% from 494); Max value from RGB is 199 - color contains mainly: red. Hex color #C769BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C769BE is #389641. Grayscale: #8E8E8E. Windows color (decimal): -3708482 or 12478919. OLE color: 12478919.

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

Color convert

RGB 199 105 190 -
CMYK 0 0.47 0.05 0.22
HSL 305.74º 0.46% 0.6% -
HSV(B) 305.74º 0.47% 0.78% -
XYZ 37.9 25.96 51.73 -
YUV 142.8 154.64 168.09 -
System Red Green Blue C M Y K H S L
Decimal 199 105 190 0 0.47 0.05 0.22 305.74 0.46 0.6
Hex C7 69 BE 0 2F 5 16 132 2E 3C
Octal 307 151 276 0 57 5 26 462 56 74
Binary 11000111 1101001 10111110 0 101111 101 10110 100110010 101110 111100

Color Harmonies of #C769BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C769BE

Black with #C769BE

Text Example


Text Example

White with #C769BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C769BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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