Html Css Color HEX #C969BB Fuchsia

📋 copy color: '#C969BB'

red 201 ◦ green 105 ◦ blue 187

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

Shades of Fuchsia #C969BB

Tints of Fuchsia #C969BB

RGB

 RED value IS 201 (78.91% from 255) = 40.77%

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

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

R = 40.77%
G = 21.3%
B = 37.93%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.07

 K value IS 0.21

RGB Variations

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

Color information

#C969BB (or 0xC969BB) is known color: Fuchsia. HEX triplet: C9, 69 and BB. RGB value is (201,105,187). Sum of RGB (Red+Green+Blue) = 201+105+187=493 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.77% from 493); Green value is 105 (41.41% from 255 or 21.30% from 493); Blue value is 187 (73.44% from 255 or 37.93% from 493); Max value from RGB is 201 - color contains mainly: red. Hex color #C969BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C969BB is #369644. Grayscale: #8E8E8E. Windows color (decimal): -3577413 or 12282313. OLE color: 12282313.

HSL color Cylindrical-coordinate representation of color #C969BB: hue angle of 308.75º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C969BB is Cyan = 0, Magento = 0.48, Yellow = 0.07 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 105 187 -
CMYK 0 0.48 0.07 0.21
HSL 308.75º 0.47% 0.6% -
HSV(B) 308.75º 0.48% 0.79% -
XYZ 38.11 26.11 50.04 -
YUV 143.05 152.8 169.33 -
System Red Green Blue C M Y K H S L
Decimal 201 105 187 0 0.48 0.07 0.21 308.75 0.47 0.6
Hex C9 69 BB 0 30 7 15 135 2F 3C
Octal 311 151 273 0 60 7 25 465 57 74
Binary 11001001 1101001 10111011 0 110000 111 10101 100110101 101111 111100

Color Harmonies of #C969BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C969BB

Black with #C969BB

Text Example


Text Example

White with #C969BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C969BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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