Html Css Color HEX #C669BB Fuchsia

📋 copy color: '#C669BB'

red 198 ◦ green 105 ◦ blue 187

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

Shades of Fuchsia #C669BB

Tints of Fuchsia #C669BB

RGB

 RED value IS 198 (77.73% from 255) = 40.41%

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

 BLUE value IS 187 (73.44% from 255) = 38.16%

R = 40.41%
G = 21.43%
B = 38.16%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#C669BB (or 0xC669BB) is known color: Fuchsia. HEX triplet: C6, 69 and BB. RGB value is (198,105,187). Sum of RGB (Red+Green+Blue) = 198+105+187=490 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.41% from 490); Green value is 105 (41.41% from 255 or 21.43% from 490); Blue value is 187 (73.44% from 255 or 38.16% from 490); Max value from RGB is 198 - color contains mainly: red. Hex color #C669BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C669BB is #399644. Grayscale: #8D8D8D. Windows color (decimal): -3774021 or 12282310. OLE color: 12282310.

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

Color convert

RGB 198 105 187 -
CMYK 0 0.47 0.06 0.22
HSL 307.1º 0.45% 0.59% -
HSV(B) 307.1º 0.47% 0.78% -
XYZ 37.31 25.7 50.01 -
YUV 142.16 153.31 167.83 -
System Red Green Blue C M Y K H S L
Decimal 198 105 187 0 0.47 0.06 0.22 307.1 0.45 0.59
Hex C6 69 BB 0 2F 6 16 133 2D 3B
Octal 306 151 273 0 57 6 26 463 55 73
Binary 11000110 1101001 10111011 0 101111 110 10110 100110011 101101 111011

Color Harmonies of #C669BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C669BB

Black with #C669BB

Text Example


Text Example

White with #C669BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C669BB; }

 p { color: rgb(198,105,187); }

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

background-color css

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

 a { background-color: rgb(198,105,187); }

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

border-color css

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

 span { border-color: rgb(198,105,187); }

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