Html Css Color HEX #C961BC Fuchsia

📋 copy color: '#C961BC'

red 201 ◦ green 97 ◦ blue 188

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

Shades of Fuchsia #C961BC

Tints of Fuchsia #C961BC

RGB

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

 GREEN value IS 97 (38.28% from 255) = 19.96%

 BLUE value IS 188 (73.83% from 255) = 38.68%

R = 41.36%
G = 19.96%
B = 38.68%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.06

 K value IS 0.21

RGB Variations

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

Color information

#C961BC (or 0xC961BC) is known color: Fuchsia. HEX triplet: C9, 61 and BC. RGB value is (201,97,188). Sum of RGB (Red+Green+Blue) = 201+97+188=486 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.36% from 486); Green value is 97 (38.28% from 255 or 19.96% from 486); Blue value is 188 (73.83% from 255 or 38.68% from 486); Max value from RGB is 201 - color contains mainly: red. Hex color #C961BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C961BC is #369E43. Grayscale: #8A8A8A. Windows color (decimal): -3579460 or 12345801. OLE color: 12345801.

HSL color Cylindrical-coordinate representation of color #C961BC: hue angle of 307.5º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C961BC is Cyan = 0, Magento = 0.52, Yellow = 0.06 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 97 188 -
CMYK 0 0.52 0.06 0.21
HSL 307.5º 0.49% 0.58% -
HSV(B) 307.5º 0.52% 0.79% -
XYZ 37.44 24.6 50.35 -
YUV 138.47 155.96 172.6 -
System Red Green Blue C M Y K H S L
Decimal 201 97 188 0 0.52 0.06 0.21 307.5 0.49 0.58
Hex C9 61 BC 0 34 6 15 134 31 3A
Octal 311 141 274 0 64 6 25 464 61 72
Binary 11001001 1100001 10111100 0 110100 110 10101 100110100 110001 111010

Color Harmonies of #C961BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C961BC

Black with #C961BC

Text Example


Text Example

White with #C961BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C961BC; }

 p { color: rgb(201,97,188); }

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

background-color css

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

 a { background-color: rgb(201,97,188); }

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

border-color css

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

 span { border-color: rgb(201,97,188); }

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