Html Css Color HEX #C960BD Fuchsia

📋 copy color: '#C960BD'

red 201 ◦ green 96 ◦ blue 189

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

Shades of Fuchsia #C960BD

Tints of Fuchsia #C960BD

RGB

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

 GREEN value IS 96 (37.89% from 255) = 19.75%

 BLUE value IS 189 (74.22% from 255) = 38.89%

R = 41.36%
G = 19.75%
B = 38.89%

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

#C960BD (or 0xC960BD) is known color: Fuchsia. HEX triplet: C9, 60 and BD. RGB value is (201,96,189). Sum of RGB (Red+Green+Blue) = 201+96+189=486 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.36% from 486); Green value is 96 (37.89% from 255 or 19.75% from 486); Blue value is 189 (74.22% from 255 or 38.89% from 486); Max value from RGB is 201 - color contains mainly: red. Hex color #C960BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C960BD is #369F42. Grayscale: #898989. Windows color (decimal): -3579715 or 12411081. OLE color: 12411081.

HSL color Cylindrical-coordinate representation of color #C960BD: hue angle of 306.86º 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 #C960BD is Cyan = 0, Magento = 0.52, Yellow = 0.06 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 96 189 -
CMYK 0 0.52 0.06 0.21
HSL 306.86º 0.49% 0.58% -
HSV(B) 306.86º 0.52% 0.79% -
XYZ 37.46 24.46 50.89 -
YUV 138 156.79 172.94 -
System Red Green Blue C M Y K H S L
Decimal 201 96 189 0 0.52 0.06 0.21 306.86 0.49 0.58
Hex C9 60 BD 0 34 6 15 133 31 3A
Octal 311 140 275 0 64 6 25 463 61 72
Binary 11001001 1100000 10111101 0 110100 110 10101 100110011 110001 111010

Color Harmonies of #C960BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C960BD

Black with #C960BD

Text Example


Text Example

White with #C960BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C960BD; }

 p { color: rgb(201,96,189); }

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

background-color css

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

 a { background-color: rgb(201,96,189); }

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

border-color css

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

 span { border-color: rgb(201,96,189); }

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