Html Css Color HEX #C965BB Fuchsia

📋 copy color: '#C965BB'

red 201 ◦ green 101 ◦ blue 187

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

Shades of Fuchsia #C965BB

Tints of Fuchsia #C965BB

RGB

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

 GREEN value IS 101 (39.84% from 255) = 20.65%

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

R = 41.1%
G = 20.65%
B = 38.24%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.07

 K value IS 0.21

RGB Variations

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

Color information

#C965BB (or 0xC965BB) is known color: Fuchsia. HEX triplet: C9, 65 and BB. RGB value is (201,101,187). Sum of RGB (Red+Green+Blue) = 201+101+187=489 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.10% from 489); Green value is 101 (39.84% from 255 or 20.65% from 489); Blue value is 187 (73.44% from 255 or 38.24% from 489); Max value from RGB is 201 - color contains mainly: red. Hex color #C965BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C965BB is #369A44. Grayscale: #8C8C8C. Windows color (decimal): -3578437 or 12281289. OLE color: 12281289.

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

Color convert

RGB 201 101 187 -
CMYK 0 0.50 0.07 0.21
HSL 308.4º 0.48% 0.59% -
HSV(B) 308.4º 0.5% 0.79% -
XYZ 37.71 25.31 49.91 -
YUV 140.7 154.13 171.01 -
System Red Green Blue C M Y K H S L
Decimal 201 101 187 0 0.50 0.07 0.21 308.4 0.48 0.59
Hex C9 65 BB 0 32 7 15 134 30 3B
Octal 311 145 273 0 62 7 25 464 60 73
Binary 11001001 1100101 10111011 0 110010 111 10101 100110100 110000 111011

Color Harmonies of #C965BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C965BB

Black with #C965BB

Text Example


Text Example

White with #C965BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C965BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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