Html Css Color HEX #C965BC Fuchsia

📋 copy color: '#C965BC'

red 201 ◦ green 101 ◦ blue 188

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

Shades of Fuchsia #C965BC

Tints of Fuchsia #C965BC

RGB

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

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

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

R = 41.02%
G = 20.61%
B = 38.37%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.06

 K value IS 0.21

RGB Variations

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

Color information

#C965BC (or 0xC965BC) is known color: Fuchsia. HEX triplet: C9, 65 and BC. RGB value is (201,101,188). Sum of RGB (Red+Green+Blue) = 201+101+188=490 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.02% from 490); Green value is 101 (39.84% from 255 or 20.61% from 490); Blue value is 188 (73.83% from 255 or 38.37% from 490); Max value from RGB is 201 - color contains mainly: red. Hex color #C965BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C965BC is #369A43. Grayscale: #8C8C8C. Windows color (decimal): -3578436 or 12346825. OLE color: 12346825.

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

Color convert

RGB 201 101 188 -
CMYK 0 0.50 0.06 0.21
HSL 307.8º 0.48% 0.59% -
HSV(B) 307.8º 0.5% 0.79% -
XYZ 37.82 25.36 50.48 -
YUV 140.82 154.63 170.93 -
System Red Green Blue C M Y K H S L
Decimal 201 101 188 0 0.50 0.06 0.21 307.8 0.48 0.59
Hex C9 65 BC 0 32 6 15 134 30 3B
Octal 311 145 274 0 62 6 25 464 60 73
Binary 11001001 1100101 10111100 0 110010 110 10101 100110100 110000 111011

Color Harmonies of #C965BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C965BC

Black with #C965BC

Text Example


Text Example

White with #C965BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C965BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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